Skip to content

Commit

Permalink
Update storage.ostrich.tsx with comments on package usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmin-Parvulescu committed Dec 22, 2023
1 parent 027ad8f commit a10b7d3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/console/app/routes/apps/$clientId/storage.ostrich.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ import { ExternalAppDataPackageStatus } from '@proofzero/platform.starbase/src/j

// await coreClient.starbase.setExternalAppDataPackage.mutate({
// clientId,
// packageType: ExternalAppDataPackageType.STARTER,
// // Package STARTER should be used imediately after a queue run that didn't complete processing
// // Once the package is set on the app, it needs to be commented out and another request made
// // So that the UsageKVs get deleted and you don't get errors
// // Once that is done, the entire block should be commented out
// // Make sure you run the loader just once for each scenario (so don't have a tab open)
// // packageType: ExternalAppDataPackageType.STARTER,
// })

// return null
Expand Down

0 comments on commit a10b7d3

Please sign in to comment.