Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 4f48c2e

Browse files
author
Julio Guerra
committed
agent: always report the domain status
1 parent 3854529 commit 4f48c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/backend/api/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ type AppLoginRequest_VariousInfos struct {
4747
type (
4848
SqreenDomainStatusMap map[string]SqreenDomainStatus
4949
SqreenDomainStatus struct {
50-
Status bool `json:"status,omitempty"`
50+
Status bool `json:"status"`
5151
Error string `json:"error,omitempty"`
5252
}
5353
)

0 commit comments

Comments
 (0)