Skip to content

Commit

Permalink
0.29.19
Browse files Browse the repository at this point in the history
  • Loading branch information
vogelskamp committed Apr 16, 2024
1 parent 2fff02e commit e4bd4f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sipgate/integration-bridge",
"version": "0.29.18",
"version": "0.29.19",
"description": "sipgate Integration Bridge Framework",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/models/controller.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ export class Controller {
}
}

public async oAuth2Token(req: Request, res: Response): Promise<string> {
public async oAuth2Token(req: Request, res: Response): Promise<void> {
try {
if (!this.adapter.handleOAuth2Callback) {
throw new ServerError(501, 'OAuth2 flow not implemented');
Expand Down

0 comments on commit e4bd4f3

Please sign in to comment.