mirror of
https://github.com/danbulant/Mangades
synced 2026-06-20 23:01:28 +00:00
fix error when going back
This commit is contained in:
parent
a4b96f7157
commit
fb8b2b3548
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@
|
|||
var mangaData = getManga(manga);
|
||||
$: mangaData = getManga(manga);
|
||||
console.log("mangadata", mangaData);
|
||||
$: mangaData.then(t => console.log("manga data", t));
|
||||
|
||||
const blocked = ["227e3f72-863f-46f9-bafe-c43104ca29ee", "b0b721ff-c388-4486-aa0f-c2b0bb321512"];
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue