Skip to content

Commit b484c2a

Browse files
committed
[TU-13737] reformat webhooks.ts
1 parent ebadbb9 commit b484c2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Verify coverage file download
8383
run: find . | grep lcov.info
8484

85-
- name: Copy the coverage file to a proper location
85+
- name: Move the coverage file to a proper location
8686
run: |
8787
mkdir -p coverage
8888
mv lcov.info coverage/lcov.info

src/webhooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const createOrUpdateWebhook = (
8080
const {uid, tag, url, enabled = false, secret, verifySSL} = args
8181

8282
if (!url) {
83-
throw new Error(`Please provide an url for ${tag}`)
83+
throw new Error(`Please provide a url for ${tag}`)
8484
}
8585

8686
if (!tag) {

0 commit comments

Comments
 (0)