bugfix
This commit is contained in:
parent
0d5878f2ea
commit
ccf66ecd23
@ -89,7 +89,7 @@ try:
|
|||||||
|
|
||||||
d = await register_user(sor, udata)
|
d = await register_user(sor, udata)
|
||||||
if d['status'] == 'error':
|
if d['status'] == 'error':
|
||||||
debug(f'here')
|
debug(f'here, {d}')
|
||||||
return d
|
return d
|
||||||
try:
|
try:
|
||||||
ownerid = await get_owner_orgid(sor, orgid)
|
ownerid = await get_owner_orgid(sor, orgid)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user