Update PSE
This commit is contained in:
parent
f6298ba839
commit
f276b5a97c
4 changed files with 17 additions and 17 deletions
|
|
@ -121,7 +121,7 @@ scripts :: Map Text Script
|
|||
scripts =
|
||||
either
|
||||
(error . show)
|
||||
(view #scripts)
|
||||
(fmap (view #script) . view #scripts)
|
||||
( runLinker
|
||||
linker
|
||||
(agoraScripts deterministicTracingConfing)
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@ agoraScripts :: Map Text Script
|
|||
agoraScripts =
|
||||
either
|
||||
(error . show)
|
||||
(view #scripts)
|
||||
(fmap (view #script) . view #scripts)
|
||||
( runLinker
|
||||
linker
|
||||
(Bootstrap.agoraScripts deterministicTracingConfing)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue