Skip to content

Commit 9cc66d8

Browse files
committed
Remove unused call to Read
Signed-off-by: Timo Sand <[email protected]>
1 parent 42ae7ec commit 9cc66d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/resource_github_team_settings.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ func resourceGithubTeamSettingsUpdate(ctx context.Context, d *schema.ResourceDat
174174
}
175175
}
176176

177-
return resourceGithubTeamSettingsRead(ctx, d, meta)
177+
return nil
178178
}
179179

180180
func resourceGithubTeamSettingsDelete(ctx context.Context, d *schema.ResourceData, meta any) diag.Diagnostics {

0 commit comments

Comments
 (0)