fix(esm): fix stale comments and use node: prefix for crypto import

This commit is contained in:
Ulas
2026-04-03 23:19:16 +02:00
parent b139eea623
commit 7a2516153c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import { createLogger } from '../logger.js';
const log = createLogger('Google');
import { google } from 'googleapis';
import crypto from 'crypto';
import crypto from 'node:crypto';
import * as db from '../db.js';
const GOOGLE_COLOR = '#4285F4';