pull/4791/head
filip mertens 6 months ago
parent f874259ceb
commit 2c9ecd01c0
  1. 5
      apps/vyper/src/app/utils/remix-client.tsx

@ -82,12 +82,11 @@ export class RemixClient extends PluginClient<any, CustomRemixApi> {
async cloneVyperRepo() { async cloneVyperRepo() {
try { try {
// @ts-ignore // @ts-ignore
this.call('notification', 'toast', 'cloning Snekmate Vyper repository...') this.call('notification', 'toast', 'cloning Snekmate Vyper repository...')
const timestamp = new Date().getTime()
await this.call( await this.call(
'dgitApi', 'dgitApi',
'clone', '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', { await this.call('dgitApi', 'checkout', {

Loading…
Cancel
Save