removed await

pull/5370/head
Aniket-Engg 2 years ago committed by Aniket
parent e0d3313c3b
commit 2d3145d72b
  1. 2
      libs/remix-ui/workspace/src/lib/actions/workspace.ts

@ -93,7 +93,7 @@ export const createWorkspace = async (workspaceName: string, workspaceTemplateNa
await plugin.call('notification', 'toast', 'Please provide GitHub details in the settings section to start committing and branching.')
} else {
// commit the template as first commit
await plugin.call('notification', 'toast', 'Creating initial git commit ...')
plugin.call('notification', 'toast', 'Creating initial git commit ...')
const status = await plugin.call('dGitProvider', 'status', { ref: 'HEAD' })
Promise.all(
status.map(([filepath, , worktreeStatus]) =>

Loading…
Cancel
Save