mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 21:10:12 +02:00
Change TS import baseUrl
This commit is contained in:
@@ -35,7 +35,7 @@ export const AddServerModal = ({ ...rest }: ModalProps) => {
|
||||
const res = await validateServer(values);
|
||||
|
||||
if (res?.token) {
|
||||
createServerMutation.mutateAsync({
|
||||
createServerMutation.mutate({
|
||||
...values,
|
||||
remoteUserId: res.userId,
|
||||
token: res.token,
|
||||
|
||||
Reference in New Issue
Block a user