Skip to content

Commit c6ec1d0

Browse files
committed
0.14.13
1 parent dc07b88 commit c6ec1d0

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.14.12",
3+
"version": "0.14.13",
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
@@ -283,7 +283,7 @@ export class Controller {
283283
}
284284
}
285285

286-
infoLogger("updateContacts", "END", apiKey);
286+
infoLogger("updateContact", "END", apiKey);
287287
} catch (error) {
288288
// prevent logging of refresh errors
289289
if (

0 commit comments

Comments
 (0)