Skip to content

Commit 3daa8c4

Browse files
author
Hugues Signamarcheix
committed
update API's max ID
1 parent 54e6935 commit 3daa8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/javascript/worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const axios = require('axios');
22

3-
const apiMaxId = 54;
3+
const apiMaxId = 49;
44

55
onmessage = (e) => {
66
console.log('here')

0 commit comments

Comments
 (0)