refactor: use ARL initialism casing

This commit is contained in:
Mathis Maquenne
2026-07-30 11:13:13 +02:00
parent 44a57d5f3a
commit c2f60be18e
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ func Authenticate(ctx context.Context, arlCookie string) (*Session, error) {
}
if res.Results.User.ID == 0 {
return nil, fmt.Errorf("invalid or expired arl cookie")
return nil, fmt.Errorf("invalid or expired ARL cookie")
}
opts := res.Results.User.Options