Issue with `Either.mapBoth` and `Effect` usage in TypeScript code
Hi!
running
right now
running
const archiveFiles = yield* getArchiveFiles(latestManifestId) works fine w/o any errors but when it is inside an Either.mapBoth it returns right now
onLeft branch will be evaluated, what is wrong w/ my syntax?