Skip to content

Commit

Permalink
Remove unused method getExternalAppDataPackage()
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmin-Parvulescu committed Dec 1, 2023
1 parent 46b7e88 commit 7c8d11e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions platform/starbase/src/nodes/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,14 +336,6 @@ export default class StarbaseApplication extends DOProxy {
return this.state.storage.put('appPlan', planType)
}

async getExternalAppDataPackage(): Promise<
ExternalAppDataPackageDefinition | undefined
> {
return this.state.storage.get<ExternalAppDataPackageDefinition>(
'externalAppDataPackageDefinition'
)
}

async setExternalAppDataPackage(
clientId: string,
packageType: ExternalAppDataPackageType | undefined
Expand Down

0 comments on commit 7c8d11e

Please sign in to comment.