Skip to content

Commit 7163e5b

Browse files
committed
Changes based on PR feedback
1 parent 974fbe4 commit 7163e5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

microsetta_private_api/api/_source.py

+2
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ def get_external_reports(account_id, source_id, token_info):
202202
with Transaction() as t:
203203
source_repo = SourceRepo(t)
204204
reports = source_repo.get_external_reports(source_id)
205+
for r in reports:
206+
r.file_contents = ""
205207
return jsonify(reports), 200
206208

207209

0 commit comments

Comments
 (0)