From ce91fbc23b5c686aa06f01685a8b2ffe49562229 Mon Sep 17 00:00:00 2001 From: Tyler Date: Tue, 20 Aug 2024 11:56:08 -0400 Subject: [PATCH] fix --- src/commonMain/kotlin/indexer/codegen/IndexerCandleResolution.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commonMain/kotlin/indexer/codegen/IndexerCandleResolution.kt b/src/commonMain/kotlin/indexer/codegen/IndexerCandleResolution.kt index 1a8c70e68..4006f3ed9 100644 --- a/src/commonMain/kotlin/indexer/codegen/IndexerCandleResolution.kt +++ b/src/commonMain/kotlin/indexer/codegen/IndexerCandleResolution.kt @@ -11,6 +11,7 @@ */ package indexer.codegen +import kotlinx.serialization.SerialName import kotlinx.serialization.Serializable import kotlin.js.JsExport