Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
asein-sinch committed Sep 24, 2024
1 parent 86e31a1 commit c545ac8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

jobs:
lint-and-test:
build:
runs-on: ubuntu-latest

steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ export const smsController = (app, sinchClientParameters) => {
}
res.status(200).json();
});
}
};
1 change: 1 addition & 0 deletions templates/server/src/numbers/serverBusinessLogic.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable valid-jsdoc */
/**
* Handles a Numbers Event.
* @param {import("@sinch/sdk-core").NumbersCallback} numbersEvent - The incoming Numbers event notification.
Expand Down

0 comments on commit c545ac8

Please sign in to comment.