Skip to content

Commit

Permalink
Fix demo parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
NeKzor committed Oct 22, 2023
1 parent 1eb501f commit 973effb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/tasks/board.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const checkChangelogUpdates = async () => {
// deno-lint-ignore no-empty
} catch {}

const demoInfo = await getDemoInfo(filePath);
const demoInfo = await getDemoInfo(filePath, { isBoardDemo: true });

if (demoInfo === null || typeof demoInfo === 'string') {
logger.error('Invalid demo', demoInfo);
Expand Down

0 comments on commit 973effb

Please sign in to comment.