Skip to content

Commit

Permalink
Revert out-of-scope change
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdaley committed Oct 18, 2023
1 parent 0e74b7b commit 78e9a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/mirage/factories/related-hermes-document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Factory } from "miragejs";
// but that doesn't work when using `createList` in tests.

export default Factory.extend({
id: (i) => i,
id: 0,
sortOrder: (i) => i,
googleFileID() {
return `${this.id}`;
Expand Down

0 comments on commit 78e9a86

Please sign in to comment.