Skip to content

Commit 833f972

Browse files
committed
Fix lint error
1 parent 0607d5b commit 833f972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/scripts/assertion-id-tool.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,4 +378,4 @@ async function main(): Promise<void> {
378378
}
379379

380380
// Run the main function
381-
main();
381+
void main();

0 commit comments

Comments
 (0)