Skip to content

Commit 046938b

Browse files
committed
Fix syntax error
1 parent 65755af commit 046938b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry/resource_sentry_project.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func resourceSentryProject() *schema.Resource {
8585
},
8686
"resolve_age": {
8787
Type: schema.TypeInt,
88-
Optional: true
88+
Optional: true,
8989
Description: "Hours in which an issue is automatically resolve if not seen after this amount of time.",
9090
Computed: true,
9191
},

0 commit comments

Comments
 (0)