From 3b697dee7184114710c7b43aca0ccfb9c947c548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Sousa=20Andrade?= <659718+joaosa@users.noreply.github.com> Date: Tue, 23 Apr 2024 14:58:39 +0100 Subject: [PATCH] fix: remove leftover semicolon (#183) Need to trigger a full release to validate the NPM_TOKEN we're using. --- bridge.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge.js b/bridge.js index c3770d0..ad6d0d7 100644 --- a/bridge.js +++ b/bridge.js @@ -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 }