Skip to content

Commit

Permalink
Dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jbygdell committed Nov 27, 2024
1 parent ae178c6 commit 4508899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sda/cmd/syncapi/syncapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ The default routing keys for sending ingestion, accession and mapping messages c
- `warn` (or `warning`)
- `error`
- `fatal`
- `panic`
- `panic`
2 changes: 1 addition & 1 deletion sda/internal/userauth/userauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func (u *ValidateFromToken) Authenticate(r *http.Request) (jwt.Token, error) {
// Function for reading the ega key in []byte
func (u *ValidateFromToken) ReadJwtPubKeyPath(jwtpubkeypath string) error {
err := filepath.Walk(jwtpubkeypath,
func(path string, info os.FileInfo, err error) error {
func(_ string, info os.FileInfo, err error) error {
if err != nil {
return err
}
Expand Down

0 comments on commit 4508899

Please sign in to comment.