forked from Cookies_Github_mirror/AquaDX
[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