Skip to content

Commit

Permalink
Fix linting issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Aug 28, 2024
1 parent 83ea34a commit 72aeb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ export async function getStages(storyName: string): Promise<Stage[]> {
where: {
story_name: storyName,
},
order: [['stage_index', 'ASC']],
order: [["stage_index", "ASC"]],
});
}

Expand Down

0 comments on commit 72aeb3f

Please sign in to comment.