Skip to content

Commit

Permalink
That dang partition field
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis committed Sep 6, 2024
1 parent fcc6601 commit 25d517d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/stately/apps-queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export async function insertApp(app: ApiApp): Promise<ApiApp> {
resultApp = convertToApiApp(getResult);
return;
}
await txn.put(client.create('ApiApp', app));
await txn.put(client.create('ApiApp', { ...app, partition: 1n }));
});

if (resultApp) {
Expand Down

0 comments on commit 25d517d

Please sign in to comment.