Skip to content

Commit 0a7f2c8

Browse files
committed
Fix minor bugs
1 parent 21fa66b commit 0a7f2c8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

enterprise/audit/table.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ var AuditableResources = auditMap(map[any]map[string]Action{
8484
"rbac_roles": ActionTrack,
8585
"login_type": ActionIgnore,
8686
"avatar_url": ActionIgnore,
87+
"last_seen_at": ActionIgnore,
8788
"deleted": ActionTrack,
8889
},
8990
&database.Workspace{}: {

site/src/pages/UserSettingsPage/AccountPage/AccountPage.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ describe("AccountPage", () => {
3838
organization_ids: ["123"],
3939
roles: [],
4040
avatar_url: "",
41+
last_seen_at: new Date().toString(),
4142
...data,
4243
}),
4344
)

0 commit comments

Comments
 (0)