diff options
| author | Factiven <[email protected]> | 2023-04-17 23:20:32 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-04-17 23:20:32 +0700 |
| commit | 47a18c5e0da56d1c98a7e367dddfb0b0fc71b7fa (patch) | |
| tree | 2ee854abd7522f53e9c143dff77a54f7445d087e /lib | |
| parent | 7th fixes (diff) | |
| download | moopa-47a18c5e0da56d1c98a7e367dddfb0b0fc71b7fa.tar.xz moopa-47a18c5e0da56d1c98a7e367dddfb0b0fc71b7fa.zip | |
8th fixes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/useAnilist.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/useAnilist.js b/lib/useAnilist.js index acae54f..5f21783 100644 --- a/lib/useAnilist.js +++ b/lib/useAnilist.js @@ -187,7 +187,7 @@ export function useAniList(session, stats) { }), }); if (response.ok) { - // console.log(`Progress Updated: ${progress}`); + console.log(`Progress Updated: ${progress}`); } else if (response.status === 401) { console.log("Unauthorized"); } else if (response.status === 400) { |