From 0cdac1f25ceaef7a548c86452ebf1b3007d871a3 Mon Sep 17 00:00:00 2001 From: Florian Kinder Date: Thu, 15 Aug 2024 02:55:27 +0900 Subject: [PATCH] Fixed linter issues --- orders_v5.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orders_v5.go b/orders_v5.go index 0a5d813..841b43f 100644 --- a/orders_v5.go +++ b/orders_v5.go @@ -17,7 +17,7 @@ type LineType string const ( Position LineType = "P" - Comment = "C" + Comment LineType = "C" ) type OrderDetailRequest struct {