Skip to content

Commit 508bf90

Browse files
committed
fix lint error
1 parent 43b1b40 commit 508bf90

File tree

1 file changed

+0
-1
lines changed
  • Node/quickstarts/firestore-sync-auth/functions

1 file changed

+0
-1
lines changed

Node/quickstarts/firestore-sync-auth/functions/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ exports.verifyComment = onDocumentWrittenWithAuthContext(
3131
logger.log("No data associated with the event");
3232
return;
3333
}
34-
const data = snapshot.data();
3534

3635
// retrieve auth context from event
3736
const {authType, authId} = event;

0 commit comments

Comments
 (0)