Skip to content

Commit

Permalink
Change output to 'html'
Browse files Browse the repository at this point in the history
  • Loading branch information
a3957273 committed Apr 2, 2024
1 parent dd2cfe8 commit c795271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/operations/DateTimeDelta.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class DateTimeDelta extends Operation {
this.description = "Calculates a new DateTime value given an input DateTime value and a time difference (delta) from the input DateTime value.";
this.infoURL = "";
this.inputType = "string";
this.outputType = "string";
this.outputType = "html";
this.args = [
{
"name": "Built in formats",
Expand Down

0 comments on commit c795271

Please sign in to comment.