[+] Show card conflicts

This commit is contained in:
Azalea
2024-02-22 10:00:18 -05:00
parent a620f02d57
commit 3e8395b0c6
2 changed files with 141 additions and 39 deletions

View File

@@ -94,6 +94,6 @@ export const USER = {
export const CARD = {
summary: (cardId: string): Promise<{card: Card, summary: CardSummary}> =>
post('/api/v2/card/summary', { cardId }),
bind: (props: { cardId: string, migrate: string }) =>
link: (props: { cardId: string, migrate: string }) =>
post('/api/v2/card/bind', props),
}