Skip to content

Commit

Permalink
Update components/log-viewer-webui/server/src/DbManager.js
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
Henry8192 and coderabbitai[bot] authored Oct 21, 2024
1 parent 0a4d001 commit 74bc0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/log-viewer-webui/server/src/DbManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class DbManager {
`INSERT INTO ${this.#queryJobsTableName} (job_config, type)
VALUES (?, ?)`,
[
Buffer.from(encode(jobConfig)),
Buffer.from(msgpackEncode(jobConfig)),
QUERY_JOB_TYPE.EXTRACT_IR,
]
);
Expand Down

0 comments on commit 74bc0bc

Please sign in to comment.