typo fix
This commit is contained in:
		
							parent
							
								
									f07780ac4e
								
							
						
					
					
						commit
						1ae97267a0
					
				@ -174,7 +174,7 @@ module.exports.create = function (xconfx, apiFactories, apiDeps) {
 | 
				
			|||||||
              res.send({ error: { message: "You must be logged in", code: "E_NO_AUTHN" } });
 | 
					              res.send({ error: { message: "You must be logged in", code: "E_NO_AUTHN" } });
 | 
				
			||||||
              return;
 | 
					              return;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            if ('string' !== req.oauth3.token.scp) {
 | 
					            if ('string' !== typeof req.oauth3.token.scp) {
 | 
				
			||||||
              res.send({ error: { message: "Token must contain a grants string in 'scp'", code: "E_NO_GRANTS" } });
 | 
					              res.send({ error: { message: "Token must contain a grants string in 'scp'", code: "E_NO_GRANTS" } });
 | 
				
			||||||
              return;
 | 
					              return;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user