fix_: linter
This commit is contained in:
parent
0f8103eab0
commit
0bdbfd6f89
|
@ -11,7 +11,6 @@ import (
|
||||||
"go.uber.org/zap"
|
"go.uber.org/zap"
|
||||||
|
|
||||||
"github.com/status-im/status-go/internal/sentry"
|
"github.com/status-im/status-go/internal/sentry"
|
||||||
"github.com/status-im/status-go/logutils"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var sensitiveKeys = []string{
|
var sensitiveKeys = []string{
|
||||||
|
|
|
@ -13,8 +13,8 @@ type InitializeApplication struct {
|
||||||
MixpanelAppID string `json:"mixpanelAppId"`
|
MixpanelAppID string `json:"mixpanelAppId"`
|
||||||
MixpanelToken string `json:"mixpanelToken"`
|
MixpanelToken string `json:"mixpanelToken"`
|
||||||
// MediaServerEnableTLS is optional, if not provided, media server will use TLS by default
|
// MediaServerEnableTLS is optional, if not provided, media server will use TLS by default
|
||||||
MediaServerEnableTLS *bool `json:"mediaServerEnableTLS"`
|
MediaServerEnableTLS *bool `json:"mediaServerEnableTLS"`
|
||||||
SentryDSN string `json:"sentryDSN"`
|
SentryDSN string `json:"sentryDSN"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (i *InitializeApplication) Validate() error {
|
func (i *InitializeApplication) Validate() error {
|
||||||
|
|
Loading…
Reference in New Issue