Skip to content

Commit e4bd4f3

Browse files
committed
0.29.19
1 parent 2fff02e commit e4bd4f3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sipgate/integration-bridge",
3-
"version": "0.29.18",
3+
"version": "0.29.19",
44
"description": "sipgate Integration Bridge Framework",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/models/controller.model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1329,7 +1329,7 @@ export class Controller {
13291329
}
13301330
}
13311331

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

0 commit comments

Comments
 (0)