Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor to dbTyped.ts #85

Merged
merged 1 commit into from
Dec 30, 2023
Merged

Refactor to dbTyped.ts #85

merged 1 commit into from
Dec 30, 2023

Conversation

Yasamato
Copy link
Collaborator

No description provided.

@Yasamato Yasamato merged commit 27c8dfb into main Dec 30, 2023
2 of 3 checks passed
@Yasamato Yasamato deleted the dev branch December 30, 2023 12:25
@Yasamato Yasamato restored the dev branch December 30, 2023 12:26
case Types.list:
return await insert('lists', data)
case Types.user:
if (instanceof data UserUpdate)

Check notice

Code scanning / CodeQL

Syntax error Note

Error: Expression expected.
case Types.list:
return await insert('lists', data)
case Types.user:
if (instanceof data UserUpdate)

Check notice

Code scanning / CodeQL

Syntax error Note

Error: ')' expected.
case Types.list:
return await insert('lists', data)
case Types.user:
if (instanceof data UserUpdate)

Check notice

Code scanning / CodeQL

Syntax error Note

Error: Statement expected.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant