Skip to content

Commit

Permalink
is: Remove specific console_preference.seen field mask
Browse files Browse the repository at this point in the history
  • Loading branch information
mjamescompton committed Jan 6, 2025
1 parent 9750a10 commit 7e7b30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/identityserver/bunstore/user_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ func (s *userStore) updateUserModel( //nolint:gocyclo
case "console_preferences.sort_by":
updateConsolePreferences = true
consolePreferences.SortBy = pb.ConsolePreferences.GetSortBy()
case "console_preferences.tutorials.seen":
case "console_preferences.tutorials":
updateConsolePreferences = true
consolePreferences.Tutorials = pb.ConsolePreferences.GetTutorials()
case "universal_rights":
Expand Down

0 comments on commit 7e7b30b

Please sign in to comment.