verification/v1.0.0
This commit is contained in:
parent
6c29900ee4
commit
e2002cbd94
@ -25,7 +25,7 @@ type PatchVerificationBody = {
|
|||||||
taxnumber?: string;
|
taxnumber?: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
const baseUrl = process.env.REACT_APP_DOMAIN + "/verification";
|
const baseUrl = process.env.REACT_APP_DOMAIN + "/verification/v1.0.0";
|
||||||
|
|
||||||
export const verification = async (userId: string): Promise<[Verification | null, string?]> => {
|
export const verification = async (userId: string): Promise<[Verification | null, string?]> => {
|
||||||
try {
|
try {
|
||||||
|
@ -133,7 +133,6 @@ export default function Chat() {
|
|||||||
scrollToBottom();
|
scrollToBottom();
|
||||||
}, 50);
|
}, 50);
|
||||||
}
|
}
|
||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
||||||
},
|
},
|
||||||
[lastMessageId]
|
[lastMessageId]
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user