mirror of
https://github.com/freedbygrace/DynamoDNS.git
synced 2026-08-13 19:46:53 +00:00
Improve sidebar navigation by removing unnecessary nesting
Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/844ef557-cda0-4b3b-a7a3-e380ec24cde4.jpg
This commit is contained in:
@@ -226,7 +226,7 @@ export class DatabaseStorage implements IStorage {
|
||||
userId?: string
|
||||
): Promise<DnsHistory> {
|
||||
const [historyEntry] = await db.insert(dnsHistory).values({
|
||||
record_id: recordId,
|
||||
recordId,
|
||||
action,
|
||||
previousValue,
|
||||
newValue,
|
||||
|
||||
Reference in New Issue
Block a user