Skip to content

Commit

Permalink
fix(controller): update package path
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao committed Oct 18, 2022
1 parent 2693d7d commit c36ec88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/public-controller.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fetch from 'node-fetch';
import { loadEPUB } from 'jw-epub-parser/dist/node.es/node.js';
import { loadEPUB } from 'jw-epub-parser/dist/node';

export const getSchedules = async (req, res, next) => {
try {
Expand Down

0 comments on commit c36ec88

Please sign in to comment.