Update api/src/Api/Worker.hs

This commit is contained in:
Zoe Roux
2022-03-05 15:55:33 +01:00
committed by GitHub
parent 548b539d83
commit 9892c3c852
+1 -1
View File
@@ -48,7 +48,7 @@ newtype ErrorBody = ErrorBody { error :: Text }
data RefreshBody = RefreshBody
{ accessToken :: Text
, refreshToken :: Text
, expiresIn :: UTCTime
, expiresAt :: UTCTime
}
$(deriveJSON defaultOptions ''WorkerUserData)