in progress: db support for tandem add to user table on supabase registration
This commit is contained in:
@@ -23,4 +23,12 @@ module.exports = class UserService {
|
||||
throw new Error(e);
|
||||
}
|
||||
}
|
||||
|
||||
async insert(data) {
|
||||
try {
|
||||
const user = await UserInstance.create(data);
|
||||
} catch(e) {
|
||||
next(e);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user