Skip to content

Commit

Permalink
[OPT-1100] fixes that text-plain source files are not allowed to be l…
Browse files Browse the repository at this point in the history
…oaded, only json ones.
  • Loading branch information
dfernandezvigo committed May 15, 2024
1 parent 9e459e2 commit 720027b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slp_base/slp_base/provider_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class DiagramType(str, Provider):
DRAWIO = ("DRAWIO", "Drawio", RepresentationType.DIAGRAM,
[application_octet_stream, application_xml, text_xml, text_plain])
ABACUS = ("ABACUS", "Abacus", RepresentationType.DIAGRAM,
[application_octet_stream, application_json, text_plain, text_plain])
[application_octet_stream, application_json])


class EtmType(str, Provider):
Expand Down

0 comments on commit 720027b

Please sign in to comment.