From 23a1808e612fe47f499d2b75bb854439b3a2b6c2 Mon Sep 17 00:00:00 2001 From: Chris Wilkinson Date: Mon, 24 Oct 2022 18:10:23 +0100 Subject: [PATCH] Fix the build Refs #388, b7bf547b3e27ef1b413116b82b8f3dd151d1263c --- src/write-review/write-review-add-authors.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/write-review/write-review-add-authors.ts b/src/write-review/write-review-add-authors.ts index ba99da301..c0f3465bb 100644 --- a/src/write-review/write-review-add-authors.ts +++ b/src/write-review/write-review-add-authors.ts @@ -1,6 +1,5 @@ import { format } from 'fp-ts-routing' import * as E from 'fp-ts/Either' -import * as O from 'fp-ts/Option' import { Reader } from 'fp-ts/Reader' import { flow, pipe } from 'fp-ts/function' import { Status, StatusOpen } from 'hyper-ts'