Call FileService

This commit is contained in:
mike cullerton 2021-09-02 09:53:17 -04:00
parent 4fa68bd4c0
commit b5082b8fd3
1 changed files with 4 additions and 2 deletions

View File

@ -173,5 +173,7 @@ def delete_file(file_id):
FileService.delete_file(file_id)
def dmn_from_ss(workflow_spec_id):
pass
def dmn_from_ss(ss_data):
result = FileService.dmn_from_spreadsheet(ss_data)
# TODO: Do we need to return json?
return result