We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ec4e5 commit 95cdbe9Copy full SHA for 95cdbe9
internal/api/auth.go
@@ -47,9 +47,7 @@ func (a API) Authv1(c *fiber.Ctx) error {
47
48
auth := a.Authenticator(vendor)
49
50
- span.SetAttributes(
51
- attribute.String("authenticator", auth.GetCompany()),
52
- )
+ span.SetAttributes(attribute.String("authenticator", auth.GetCompany()))
53
54
err := auth.Auth(token)
55
if err != nil {
@@ -111,9 +109,7 @@ func (a API) Authv2(c *fiber.Ctx) error {
111
109
112
110
113
114
115
116
117
118
119
0 commit comments