[node] dependencies update and commit old files
This commit is contained in:
parent
3656b87b86
commit
fd06283b8d
8 changed files with 323 additions and 1135 deletions
|
@ -24,5 +24,5 @@ myContracts = do
|
|||
Right (APIMessage r (Just p')) -> do
|
||||
mapM_ setContract r
|
||||
if limit p' * page p' < total p' then listContracts' (nextPage p')
|
||||
else Right <$> getContracts
|
||||
else Right <$> getContracts
|
||||
_ -> undefined
|
||||
|
|
|
@ -6,6 +6,7 @@ module SpaceTraders.Automation.Init
|
|||
) where
|
||||
|
||||
import Control.Exception
|
||||
import Control.Monad
|
||||
import Control.Monad.Error.Class
|
||||
import Control.Monad.Reader
|
||||
import qualified Data.Text as T
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue