Skip to content

Commit 86f411b

Browse files
authored
nit: missed runner sync (#151)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed - [ ] I have read and agree to the [Contributor License Agreement](../CLA.md)
1 parent 0df9c80 commit 86f411b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegen/runner/models/codemod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Codemod(BaseModel):
1818

1919
# Sentry tags
2020
epic_id: int
21-
is_customer: bool = True
21+
is_admin: bool = False
2222

2323

2424
class GroupingConfig(BaseModel):

0 commit comments

Comments
 (0)