Skip to content

Commit

Permalink
Add Duration.Days function to M.pq and remove Duration.Days from M_Cr…
Browse files Browse the repository at this point in the history
…eator.py
  • Loading branch information
Oscar committed Apr 11, 2024
1 parent c19fee4 commit a5e32fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions M.pq
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ let
DateTime.LocalNow = DateTime.LocalNow,
Day.Friday = Day.Friday,
Day.Monday = Day.Monday,
Duration.Days = Duration.Days,
Function.InvokeAfter = Function.InvokeAfter,
Int64.Type = Int64.Type,
Json.Document = Json.Document,
Expand Down
1 change: 0 additions & 1 deletion M_Creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
'Documentation.LongDescription',
'Documentation.Name',
'Documentation.SampleValues',
'Duration.Days',
'ExtraValues.Error',
'Formatting.IsCode',
'Formatting.IsMultiLine',
Expand Down

0 comments on commit a5e32fb

Please sign in to comment.