1
0
Fork 0

[node] dependencies update and commit old files

This commit is contained in:
Julien Dessaux 2025-02-18 00:18:16 +01:00
parent 3656b87b86
commit fd06283b8d
Signed by: adyxax
GPG key ID: F92E51B86E07177E
8 changed files with 323 additions and 1135 deletions

View file

@ -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

View file

@ -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