Revert "feat(etapi): resolve suggestions for norms from gemini"

This reverts commit 0650be664d.
This commit is contained in:
perfectra1n
2026-01-21 16:37:02 -08:00
parent 0650be664d
commit 280697f2f7
4 changed files with 43 additions and 44 deletions

View File

@@ -56,10 +56,10 @@ export interface RevisionPojo {
export interface RecentChangeRow {
noteId: string;
currentIsDeleted: boolean;
currentDeleteId: string;
currentTitle: string;
currentIsProtected: boolean;
current_isDeleted: boolean;
current_deleteId: string;
current_title: string;
current_isProtected: boolean;
title: string;
utcDate: string;
date: string;