Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(hasNotFoundError.ts): Simplify the implementation of the has…
…NotFoundError function using fp-ts Option and ReadonlyArray functions The hasNotFoundError function has been refactored to use fp-ts Option and ReadonlyArray functions for a more concise and functional implementation. The code now uses fp-ts functions such as OfromNullable, ObindTo, Olet, OgetOrElse, Omap, and ROAexists to handle optional values and array operations. This simplifies the code and improves readability.
- Loading branch information