mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-08 17:37:27 +08:00
[F] Fix types
This commit is contained in:
@@ -189,6 +189,6 @@ export const SETTING = {
|
||||
|
||||
export const TRANSFER = {
|
||||
check: (d: AllNetClient): Promise<TrCheckGood> =>
|
||||
post('/api/v2/transfer/check', d),
|
||||
post('/api/v2/transfer/check', {}, { body: JSON.stringify(d), headers: { 'Content-Type': 'application/json' } }),
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user