Skip to content

Commit

Permalink
fix: remove leftover semicolon (#183)
Browse files Browse the repository at this point in the history
Need to trigger a full release to validate the NPM_TOKEN we're using.
  • Loading branch information
joaosa authored Apr 23, 2024
1 parent 24e4ac0 commit 3b697de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as Space from './space.js'
import { getClient } from './lib.js'
import * as ucanto from '@ucanto/core'
import { base64url } from 'multiformats/bases/base64'
import cryptoRandomString from 'crypto-random-string';
import cryptoRandomString from 'crypto-random-string'

export { Account, Space }

Expand Down

0 comments on commit 3b697de

Please sign in to comment.