Skip to content

Commit

Permalink
dlp runner returns json not dict
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-shrivastavv committed Aug 24, 2024
1 parent 6c8d810 commit e692863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dlp-runner/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ def run_dlp_on_text(text_data, dlp_template, project_id):
}
)

return proto.Message.to_dict(dlp_response.result)
return proto.Message.to_json(dlp_response.result)

0 comments on commit e692863

Please sign in to comment.