Skip to content

Commit 53ea6ce

Browse files
committed
fix: lint
1 parent 48888be commit 53ea6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/internal/mock_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ func (c *mockClient) GetSetting(_ context.Context, settingName string) (*v1pb.Se
504504
}
505505

506506
// UpsertSetting updates or creates the setting.
507-
func (c *mockClient) UpsertSetting(_ context.Context, upsert *v1pb.Setting, updateMasks []string) (*v1pb.Setting, error) {
507+
func (c *mockClient) UpsertSetting(_ context.Context, upsert *v1pb.Setting, _ []string) (*v1pb.Setting, error) {
508508
setting, ok := c.settingMap[upsert.Name]
509509
if !ok {
510510
c.settingMap[upsert.Name] = upsert

0 commit comments

Comments
 (0)