Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Nov 20, 2024
1 parent 54f1b03 commit 37da010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/playerCachesArchive.mts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import fs from 'fs';
import { doArchivePlayerMatches } from '../util/archiveUtil.js';
const { getPlayerMatchesWithMetadata } = await import('../store/queries.js');
const { doArchivePlayerMatches } = await import('../store/getArchivedData.js');

// Write player blob to archive
await doArchivePlayerMatches(88367253);
Expand Down
2 changes: 1 addition & 1 deletion dev/streamArchive.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { archivePostgresStream } from '../store/getArchivedData';
import { archivePostgresStream } from "../util/archiveUtil";

// Archive parsed matches from postgres records
archivePostgresStream();

0 comments on commit 37da010

Please sign in to comment.