Merge pull request #16 from archem-team/bug/url-invite

url removed from res
pull/1073/head
teamabron 2025-01-19 13:01:35 +03:30 committed by GitHub
commit ea761dba86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ export default function CreateInvite({
target
.createInvite()
.then((res) => {
setUrl(res.url || "default_url");
setCode(res._id || "default_code");
})
.catch((err) =>