Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haiqi96 committed Nov 19, 2024
1 parent ce1acdb commit b631316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/log-viewer-webui/server/src/routes/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const routes = async (fastify, options) => {
);
streamMetadata = await fastify.dbManager.getExtractedStreamFileMetadata(
streamId,
logEventIdx
sanitizedLogEventIdx
);

if (null === streamMetadata) {
Expand Down

0 comments on commit b631316

Please sign in to comment.