Skip to content

Commit

Permalink
#23 prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
leoleader committed Sep 19, 2023
1 parent f2aa6b2 commit 8e723c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scylla-server/src/services/systems.services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export async function upsertSystems(system_name: string): Promise<void> {
update: {},
create: {
name: system_name,
runs: undefined,
runs: undefined
}
});
}

0 comments on commit 8e723c7

Please sign in to comment.