remove log
Some checks are pending
njsscan sarif / njsscan code scanning (push) Waiting to run
Update AUTHORS File / update-authors (push) Waiting to run
Some checks are pending
njsscan sarif / njsscan code scanning (push) Waiting to run
Update AUTHORS File / update-authors (push) Waiting to run
This commit is contained in:
parent
4d540078f5
commit
04271f87b1
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ export async function ensureUserInDb(ctx, db) {
|
||||||
aiRequests: 0,
|
aiRequests: 0,
|
||||||
aiCharacters: 0,
|
aiCharacters: 0,
|
||||||
};
|
};
|
||||||
console.log('[💽 DB] Inserting user with values:', userToInsert);
|
|
||||||
try {
|
try {
|
||||||
await db.insert(usersTable).values(userToInsert);
|
await db.insert(usersTable).values(userToInsert);
|
||||||
console.log(`[💽 DB] Added new user: ${username || firstName} (${telegramId})`);
|
console.log(`[💽 DB] Added new user: ${username || firstName} (${telegramId})`);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue