Skip to content

Commit

Permalink
PR FIXUP - Add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Sep 16, 2024
1 parent 5687ad6 commit ca420cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ type Store interface {
transform immutable.Option[model.Lens],
) ([]CollectionDefinition, error)

// RefreshViews refreshes the caches of all views matching the given options. If no options are set all views
// RefreshViews refreshes the caches of all views matching the given options. If no options are set, all views
// will be refreshed.
//
// The cached result is dependent on the ACP settings of the source data and the permissions of the user making
Expand Down

0 comments on commit ca420cb

Please sign in to comment.