From 88ed3800180767527bf59d7910ef3e513f8e00ed Mon Sep 17 00:00:00 2001 From: what Date: Mon, 19 Jun 2023 11:38:11 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20GetGridLayoutFields=20return=20?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/grid_layout_field.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/grid_layout_field.go b/base/grid_layout_field.go index 1710d77..e12b820 100644 --- a/base/grid_layout_field.go +++ b/base/grid_layout_field.go @@ -29,4 +29,4 @@ type GridLayoutField struct { CreatedAt string `db:"created_at"` } -type GetGridLayoutFields func(uuid string) ([]GridLayoutField, bool) +type GetGridLayoutFields func(uuid string) []GridLayoutField