Skip to content

Commit 089625f

Browse files
committed
feat(f00017): commit via slice S6-cli-parity-secure-storage-live
1 parent 1a4eb81 commit 089625f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/app/core/api/push.client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class PushClient {
1717
for (let attempt = 0; attempt < attempts; attempt += 1) {
1818
if (signal?.aborted) throw new DOMException("Cancelled", "AbortError");
1919
try {
20-
return await this.bridge.request("push", { projectRoot: request.projectRoot });
20+
return await this.bridge.request("push", { projectRoot: request.projectRoot, workspace: request.workspace, dryRun: request.dryRun });
2121
} catch (error) {
2222
if (!isRateLimit(error) || attempt === attempts - 1) throw new Error(redactSecret(error));
2323
await waitForRetry(attempt, signal);

0 commit comments

Comments
 (0)