Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed Jan 27, 2025
1 parent 22a8d58 commit fee6c4c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ export default defineComponent({
async function createAccount () {
this.isLoading = true
try {
// save or from here
const organization: any = await createGovmOrg() // create govm account
const organization: any = await createGovmOrg()
await syncOrganization(organization.id)
await syncMembership(organization.id)
// Remove with Vue 3
Expand Down

0 comments on commit fee6c4c

Please sign in to comment.