Skip to content

Commit

Permalink
Remove comment superseded by #6021
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Dec 3, 2019
1 parent c3a0afa commit 71c2fac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/mirage/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ export default function() {
const secret = req.requestHeaders['X-Nomad-Token'];
const tokenForSecret = tokens.findBy({ secretId: secret });

// FIXME this isn’t how the endpoint truly behaves; it requires a token
if (req.params.id === 'anonymous') {
if (policy) {
return this.serialize(policy);
Expand Down

0 comments on commit 71c2fac

Please sign in to comment.