Skip to content

Commit

Permalink
fix(console): app update fails (#2718)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmin-Parvulescu authored Oct 17, 2023
1 parent 4a2ebd3 commit 59a9e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/starbase/src/jsonrpc/methods/updateApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const updateApp = async ({

const caller = router.createCaller(ctx)

await groupAdminValidatorByAppURN(ctx, appURN)
await groupAdminValidatorByAppURN(ctx, ApplicationURNSpace.getBaseURN(appURN))

const appDO = await getApplicationNodeByClientId(
input.clientId,
Expand Down

0 comments on commit 59a9e39

Please sign in to comment.