Skip to content

Commit 843b390

Browse files
Update source data request path
1 parent cc6594c commit 843b390

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sources/thecliq.app-/find-events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function convertEvent(event, club) {
4343
}
4444

4545
async function findEvents(cinema) {
46-
const dataSrc = path.join(process.cwd(), "retrieved-data", "thecliq.app");
46+
const dataSrc = path.join(process.cwd(), "retrieved-data", "thecliq.app-");
4747

4848
let clubs = {};
4949
try {

0 commit comments

Comments
 (0)