mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-23 09:35:02 +00:00
Type fixes + circular dependency fix
This commit is contained in:
parent
44fbd020db
commit
c7f739fd8f
20 changed files with 70 additions and 83 deletions
|
@ -192,7 +192,7 @@ export async function actualPostCmd(
|
|||
date: postAt.format(timeAndDate.getDateFormat("date")),
|
||||
time: postAt.format(timeAndDate.getDateFormat("time")),
|
||||
repeatInterval: humanizeDuration(opts.repeat),
|
||||
repeatDetails: repeatDetailsStr,
|
||||
repeatDetails: repeatDetailsStr ?? "",
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue