Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit 3a72b83

Browse files
committed
fixup! formatting
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
1 parent 39d5b0f commit 3a72b83

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

trigger-deployment.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
const { CLOUDFLARE_ACCOUNT_ID, PROJECT_NAME, CLOUDFLARE_API_TOKEN } =
2-
process.env
1+
const {
2+
// (this comment is needed to prevent Prettier from merging the lines below)
3+
CLOUDFLARE_ACCOUNT_ID,
4+
PROJECT_NAME,
5+
CLOUDFLARE_API_TOKEN,
6+
} = process.env
37

48
assert.ok(CLOUDFLARE_ACCOUNT_ID, 'CLOUDFLARE_ACCOUNT_ID is required')
59
assert.ok(PROJECT_NAME, 'PROJECT_NAME is required')

0 commit comments

Comments
 (0)