verification/v1.0.0

This commit is contained in:
Nastya 2024-05-23 00:19:36 +03:00
parent 6c29900ee4
commit e2002cbd94
3 changed files with 405 additions and 426 deletions

@ -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]
);

828
yarn.lock

File diff suppressed because it is too large Load Diff