Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit 4b6fc77

Browse files
committed
Fix build
Signed-off-by: Ikoh Obaro <obaro.ikohpgs@stu.cu.edu.ng>
1 parent e0b624c commit 4b6fc77

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

affiliation/identity.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ var (
1818
)
1919

2020
const (
21-
TRUE = true
21+
// TRUE ...
22+
TRUE = true
23+
// FALSE ...
2224
FALSE = false
2325
)
2426

orgs/organization.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import (
1616
)
1717

1818
const (
19+
// TRUE ...
1920
TRUE = true
2021
)
2122

users/user.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ type Client struct {
5757
}
5858

5959
const (
60+
// TRUE ...
6061
TRUE = true
6162
)
6263

0 commit comments

Comments
 (0)