mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-09 16:44:21 +01:00
Drop users table
This commit is contained in:
@@ -42,7 +42,7 @@ const createAccountController: AppController = async (c) => {
|
||||
pubkey,
|
||||
username: result.data.username,
|
||||
inserted_at: new Date(),
|
||||
admin: 0,
|
||||
admin: false,
|
||||
});
|
||||
|
||||
return c.json({
|
||||
|
||||
Reference in New Issue
Block a user