Skip to content

Commit

Permalink
fix broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeden committed Nov 10, 2024
1 parent be1bd82 commit 8d01e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notion-tools/guildScores.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { fetchGuilds } from './util/fetchGuilds';
import { fetchGuilds } from './util/fetchGuilds.js';

async function run() {
try {
Expand Down

0 comments on commit 8d01e7c

Please sign in to comment.