We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d84284 commit 46cfac3Copy full SHA for 46cfac3
1 file changed
github/resource_github_organization_webhook.go
@@ -136,6 +136,7 @@ func resourceGithubOrganizationWebhookRead(d *schema.ResourceData, meta any) err
136
d.SetId("")
137
return nil
138
}
139
+ return err
140
141
return err
142
0 commit comments