Skip to content

Commit edd1484

Browse files
committed
Fixed missing config imports
1 parent 11c4ae4 commit edd1484

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

local-test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,7 @@ if (!firestoreData) {
3434
throw new Error('Problem with permission of read and write.\nCheck your firestore permissions')
3535
}
3636
await docRef.delete()
37+
38+
// eslint-disable-next-line no-console
3739
console.log('Success! The backend was successfully set up.')
3840
})()

0 commit comments

Comments
 (0)