ADD defaults

This commit is contained in:
Nathan Dwarshuis 2023-06-17 20:06:14 -04:00
parent c18750d600
commit 8d45614571
1 changed files with 4 additions and 0 deletions

View File

@ -500,6 +500,8 @@ let TxSubGetter =
, tsgToTags = [] : List TagID
, tsgFromComment = ""
, tsgToComment = ""
, tsgFromEntries = [] : List EntryGetter.Type
, tsgToEntries = [] : List EntryGetter.Type
}
}
@ -576,6 +578,8 @@ let TxGetter =
{ tgOtherEntries = [] : List TxSubGetter.Type
, tgFromTags = [] : List TagID
, tgToTags = [] : List TagID
, tgFromEntries = [] : List EntryGetter.Type
, tgToEntries = [] : List EntryGetter.Type
, tgFromComment = ""
, tgToComment = ""
}