mirror of
https://github.com/FranP-code/spend-ia.git
synced 2025-10-13 00:14:09 +00:00
feat: mongoose integration
This commit is contained in:
@@ -19,7 +19,7 @@ export const SpendScreen = (): JSX.Element => {
|
||||
]);
|
||||
useEffect(() => {
|
||||
trpc.userCreate
|
||||
.mutate({ name: 'ABC' })
|
||||
.mutate({ email: 'abdfasfasdfasdc@gmail.com', name: 'ABC', password: '23eqwrqwerqwe4' })
|
||||
.then(() => {
|
||||
trpc.userList
|
||||
.query()
|
||||
|
||||
Reference in New Issue
Block a user