Skip to content

Commit

Permalink
Run should default to unreliable
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasxsong committed Jan 17, 2024
1 parent a805526 commit 31f20ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firestore/app/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export class RoarRun {
completed: false,
timeStarted: serverTimestamp(),
timeFinished: null,
reliable: true,
reliable: false,
};

await setDoc(this.runRef, removeUndefined(runData))
Expand Down

0 comments on commit 31f20ff

Please sign in to comment.