Skip to content

Commit b678ede

Browse files
Fix indentation error in feedback.yml
Introduced in #58, has been broken in Production since v0.5.0.
1 parent 771d0a0 commit b678ede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docassemble/GithubFeedbackForm/data/questions/feedback.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,8 @@ code: |
341341
)
342342
else:
343343
log(f"~~~USER FEEDBACK~~~ {github_repo} - {issue_template.subject_as_html(trim=True)} - {issue_template.content_as_html(trim=True)}")
344-
else:
345-
issue_url = None
344+
else:
345+
issue_url = None
346346
mark_task_as_performed('issue noted', persistent=True)
347347
348348
note_issue = True

0 commit comments

Comments
 (0)