Skip to content

Commit 20e55d5

Browse files
committed
CI
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent 65e8546 commit 20e55d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codersdk/audit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const (
3333
ResourceTypeOAuth2ProviderAppSecret ResourceType = "oauth2_provider_app_secret"
3434
ResourceTypeCustomRole ResourceType = "custom_role"
3535
ResourceTypeOrganizationMember = "organization_member"
36-
ResourceTypeNotificationTemplate = "notification_template"
36+
ResourceTypeNotificationTemplate = "notification_template"
3737
)
3838

3939
func (r ResourceType) FriendlyString() string {

0 commit comments

Comments
 (0)