Skip to content

Commit c51ecf6

Browse files
merenciaGiovaniGuizzo
authored andcommitted
fix: format
1 parent 626882e commit c51ecf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backends/postgres/src/postgres-backend.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default class PostgresBackend implements Backend {
4343
script: job.script,
4444
args: this.knex.raw("?", [JSON.stringify(job.args)]),
4545
timeout: job.timeout,
46-
state: job.state
46+
state: job.state,
4747
};
4848

4949
const inserted = await this.knex("sidequest_jobs").insert(data).returning("*");

0 commit comments

Comments
 (0)