From e76e5b62cb744bea44ab220c7623aa1ee2a6f162 Mon Sep 17 00:00:00 2001 From: Milli Date: Wed, 25 May 2022 20:38:35 +0200 Subject: [PATCH] revert: resolution could be anything here (non binary markets) --- common/contract.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/contract.ts b/common/contract.ts index 898cd103..0041c2f9 100644 --- a/common/contract.ts +++ b/common/contract.ts @@ -27,7 +27,7 @@ export type FullContract< isResolved: boolean resolutionTime?: number // When the market is resolved - resolution?: resolution + resolution?: string resolutionType: 'manual' | 'combined' automaticResolutionTime?: number