Skip to content

Commit 2b145ea

Browse files
committed
✏️ fix typo in userid
1 parent aefec16 commit 2b145ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/token-util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export async function updateProviderKey(
141141

142142
const pubSubClient = new PubSubClient(PUBSUB_TOPIC_NAME_UPDATE_PROVIDER_KEY);
143143
await pubSubClient.publishMessage({
144-
userID: config.userId,
144+
userId: config.userId,
145145
providerKey,
146146
accessToken,
147147
});

0 commit comments

Comments
 (0)