Update history.go

This commit is contained in:
Mikhail 2023-09-14 21:15:47 +00:00
parent 12e2bdf4c7
commit c172dadf06

@ -15,7 +15,7 @@ var History = struct {
UserID: "userId",
Comment: "comment",
Subject: "subject",
Type: "type",
Type: "key",
IsDeleted: "isDeleted",
CreatedAt: "createdAt",
UpdatedAt: "updatedAt",