Skip to content

Commit 15e59f4

Browse files
authored
chore: remove guard for sheetId
hard-coded, always available
1 parent edf3871 commit 15e59f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scripts/events/ethereum-events-import.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ export async function EthereumEventsImport() {
3333
const googleApiKey = process.env.GOOGLE_API_KEY
3434
const sheetId = "1NEu_FCc1hnGAuRgPmbXXpf0h2lCrCOlMKbbFEqgkVDQ"
3535

36-
if (!googleApiKey || !sheetId) {
37-
console.warn("googleApiKey or sheetId not set")
36+
if (!googleApiKey) {
37+
console.warn("googleApiKey not set")
3838
return []
3939
}
4040

0 commit comments

Comments
 (0)