verification/v1.0.0
This commit is contained in:
parent
6c29900ee4
commit
e2002cbd94
@ -25,7 +25,7 @@ type PatchVerificationBody = {
|
||||
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?]> => {
|
||||
try {
|
||||
|
@ -133,7 +133,6 @@ export default function Chat() {
|
||||
scrollToBottom();
|
||||
}, 50);
|
||||
}
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
},
|
||||
[lastMessageId]
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user