Skip to content

Commit

Permalink
fix: Hardcoded id - doh (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
langecode authored Dec 11, 2023
1 parent c7eb84a commit 3d9a046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/auth/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ func (a *auth) listAuth(c echo.Context) error {
}

l.Count = 1
l.Auths = append(l.Auths, "id")
l.Auths = append(l.Auths, id)
l.Included = []interface{}{
&AuthResource{
ID: id,
Expand Down

0 comments on commit 3d9a046

Please sign in to comment.