Update PSE

This commit is contained in:
Seungheon Oh 2022-11-22 17:47:29 -06:00
parent f6298ba839
commit f276b5a97c
4 changed files with 17 additions and 17 deletions

View file

@ -121,7 +121,7 @@ scripts :: Map Text Script
scripts =
either
(error . show)
(view #scripts)
(fmap (view #script) . view #scripts)
( runLinker
linker
(agoraScripts deterministicTracingConfing)

View file

@ -141,7 +141,7 @@ agoraScripts :: Map Text Script
agoraScripts =
either
(error . show)
(view #scripts)
(fmap (view #script) . view #scripts)
( runLinker
linker
(Bootstrap.agoraScripts deterministicTracingConfing)