fix(build): Update ParticipantInvite.hs
This commit is contained in:
parent
fa4f9b2447
commit
f888da3ab0
@ -56,7 +56,7 @@ tutorialDefaultName (Just ttyp) =
|
||||
|
||||
formatDayForTutName :: Day -> CI Text -- "%yy_%mm_%dd" -- Do not use user date display setting, since tutorial default names must be universal regardless of user
|
||||
-- formatDayForTutName = CI.mk . formatTime' "%y_%m_%d" -- we don't want to go monadic for this
|
||||
formatDayForTutName d = CI.mk . Text.map d2u . Text.drop 2 . tshow
|
||||
formatDayForTutName = CI.mk . Text.map d2u . Text.drop 2 . tshow
|
||||
where
|
||||
d2u '-' = '_'
|
||||
d2u c = c
|
||||
|
||||
Loading…
Reference in New Issue
Block a user