diff --git a/apps/vyper/src/app/utils/remix-client.tsx b/apps/vyper/src/app/utils/remix-client.tsx index f599fb85e3..8ab8c4b67e 100644 --- a/apps/vyper/src/app/utils/remix-client.tsx +++ b/apps/vyper/src/app/utils/remix-client.tsx @@ -82,12 +82,11 @@ export class RemixClient extends PluginClient { async cloneVyperRepo() { try { // @ts-ignore - this.call('notification', 'toast', 'cloning Snekmate Vyper repository...') - const timestamp = new Date().getTime() + this.call('notification', 'toast', 'cloning Snekmate Vyper repository...') await this.call( 'dgitApi', 'clone', - {url: 'https://github.com/pcaversaccio/snekmate', token: null, branch: 'main', singleBranch: true, workspaceName: 'snekmate' + timestamp}, + {url: 'https://github.com/pcaversaccio/snekmate', token: null, branch: 'main', singleBranch: true, workspaceName: 'snekmate'}, ) await this.call('dgitApi', 'checkout', {