Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #61 from factchain/finaline_note_with_heroku_sched…
Browse files Browse the repository at this point in the history
…uler

[backend] fix import again
  • Loading branch information
Haypierre authored Jan 13, 2024
2 parents d09bc47 + a9e0611 commit e110b5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fc-community-backend/apps/api/finaliseNotes.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env node

import { FactChainBackend } from "./src/factchain-core/web3";
import { NoteService } from "./src/factchain-core/noteService";
import { config } from "./src/factchain-core/env";
import { FactChainBackend } from "./dist/factchain-core/web3.js";
import { NoteService } from "./dist/factchain-core/noteService.js";
import { config } from "./dist/factchain-core/env.js";

const LOOKBACK_DAYS = 2
const MINIMUM_RATING = 1
Expand Down

0 comments on commit e110b5f

Please sign in to comment.