feat(api): removed wrong return in helper
This commit is contained in:
parent
a9c2356f79
commit
f206006e65
1 changed files with 0 additions and 1 deletions
|
|
@ -1032,4 +1032,3 @@ def update_user_internal_id(email, internal_id):
|
|||
AND deleted_at IS NULL;""",
|
||||
{"email": email, "internal_id": internal_id})
|
||||
)
|
||||
return helper.dict_to_camel_case(cur.fetchone())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue