Skip to content

Commit

Permalink
remove the semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Jan 4, 2025
1 parent 0298c1a commit 8f7f9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings_node/test/Client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ describe('Client', () => {
expect(installationIds).toContain(client2.installationId())
expect(installationIds).toContain(client3.installationId())

const signatureText = await client3.revokeAllOtherInstallationsSignatureText();
const signatureText = await client3.revokeAllOtherInstallationsSignatureText()
expect(signatureText).toBeDefined()

// sign message
Expand Down

0 comments on commit 8f7f9b0

Please sign in to comment.