fix: Remove all instances of return undefined

Resolves #26
This commit is contained in:
Joachim Van Herwegen
2020-07-22 14:31:57 +02:00
parent ad99e1fcea
commit 4ac9e92d06
6 changed files with 6 additions and 7 deletions

View File

@@ -12,6 +12,6 @@ export class SimpleAuthorizer extends Authorizer {
}
public async handle(): Promise<void> {
return undefined;
// Allows all actions
}
}