diff --git a/packages/firebase/functions/src/index.ts b/packages/firebase/functions/src/index.ts index a16f9bd..7108b24 100644 --- a/packages/firebase/functions/src/index.ts +++ b/packages/firebase/functions/src/index.ts @@ -37,7 +37,7 @@ export const getStreamToken = functions.https.onCall((data, context) => { // Create an access token which we will sign and return to the client, // containing the grant we just created const token = new AccessToken(twilioAccountSid, twilioApiKey, twilioApiSecret, { - identity: identity, + identity, }); token.addGrant(videoGrant);