Commit 2950c40
committed
fix(api): Remove misleading permission comment
The comment said "let anyone in the org use this endpoint" but the
previous permission class (SentryIsAuthenticated) didn't actually
enforce org membership. Now that the permission class is correct,
the comment is redundant and could mislead future readers.1 parent 1ed559c commit 2950c40
File tree
1 file changed
+0
-1
lines changed- src/sentry/api/endpoints
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
| |||
0 commit comments