Skip to content

Commit 36f9fbd

Browse files
committed
update: .gitignore and add error message for missing Discord private posts channel ID
1 parent ddb6e16 commit 36f9fbd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@
2222

2323
# turbo
2424
**/.turbo
25-
out
25+
out
26+
# Turborepo
27+
.turbo

packages/not-shared/scripts/privatePostsOfSpamAccount.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const ENV = {
1313
}
1414

1515
if (!ENV.discordPrivatePostsChannelId) {
16-
throw new Error('')
16+
throw new Error('Missing Discord private posts channel ID.') // Provide an error message
1717
}
1818

1919
interface IRunner {}

0 commit comments

Comments
 (0)