fixed wrong return type
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -179,7 +179,7 @@ class GatewayClass {
|
||||
public async authenticate (
|
||||
req: IncomingMessage,
|
||||
res: ServerResponse
|
||||
): Promise<unknown> {
|
||||
): Promise<boolean> {
|
||||
logger ('trying to authenticate http request');
|
||||
if (this.try_access (req)) {
|
||||
logger ('authenticated via access_token');
|
||||
|
Reference in New Issue
Block a user