Skip to content

Commit

Permalink
refactor: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chesedo committed Oct 31, 2022
1 parent b263b8a commit 4123c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/src/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ where
.unwrap(),
};

// Record current account name for tracing purposes
// Record current project for tracing purposes
Span::current().record("account.project", &scope.to_string());
if user.super_user || user.projects.contains(&scope) {
Ok(Self { user, scope })
Expand Down

0 comments on commit 4123c6f

Please sign in to comment.