Skip to content

Commit

Permalink
Last fix :/
Browse files Browse the repository at this point in the history
  • Loading branch information
betimshahini committed Aug 19, 2023
1 parent bca13a3 commit ee0f350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/authorization/src/jsonrpc/methods/getAppData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const getAppDataMethod = async ({
const urn = AuthorizationURNSpace.componentizedUrn(nss)
const node = initAuthorizationNodeByName(urn, ctx.Authorization)

let appData =
const appData =
(await node.storage.get<AppDataType>('appData')) || ({} as AppDataType)

//Remove legacy, non-account urns from result
Expand Down

0 comments on commit ee0f350

Please sign in to comment.