mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-28 01:37:56 +03:00
update web to use new method signatures
This commit is contained in:
@@ -38,7 +38,7 @@ async function performCardInAction(card: AimeCard, server: AimeServer, setCardIn
|
||||
const abort = new AbortController();
|
||||
setTimeout(() => abort.abort("timeout"), 10000);
|
||||
|
||||
await performCardIn(server.serverAddress, {cardId: card.id}, abort.signal);
|
||||
await performCardIn(server, {cardId: card.id}, abort.signal);
|
||||
await db.cards.update(card.id, {lastUsed: Date.now()});
|
||||
|
||||
toaster({
|
||||
|
||||
Reference in New Issue
Block a user