From 30c1671e46aaf01ef95d9418332d48adc1aa96e3 Mon Sep 17 00:00:00 2001 From: mountain Date: Thu, 8 Jun 2023 12:14:21 +0900 Subject: [PATCH] =?UTF-8?q?=EC=86=8C=EB=AC=B8=EC=9E=90=EB=A1=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/service.go b/core/service.go index a1e2ae4..2a1c017 100644 --- a/core/service.go +++ b/core/service.go @@ -169,7 +169,7 @@ type Maintenance struct { type DivisionForUser struct { Priority int `bson:"priority" json:"priority"` State DivisionStateName `bson:"state" json:"state"` - Maintenance *Maintenance `bson:",omitempty" json:",omitempty"` + Maintenance *Maintenance `bson:"maintenance,omitempty" json:"maintenance,omitempty"` } type Division struct {