Skip to content

Commit 6809c66

Browse files
committed
add comment
1 parent 1e569e1 commit 6809c66

File tree

1 file changed

+3
-0
lines changed
  • src/sentry/static/sentry/app

1 file changed

+3
-0
lines changed

src/sentry/static/sentry/app/api.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ export class Client {
6464
*/
6565
hasProjectBeenRenamed(response) {
6666
let code = response && idx(response, _ => _.responseJSON.detail.code);
67+
68+
// XXX(billy): This actually will never happen because we can't intercept the 302
69+
// jQuery ajax will follow the redirect by default...
6770
if (code !== PROJECT_MOVED) return false;
6871

6972
let slug = response && idx(response, _ => _.responseJSON.detail.extra.slug);

0 commit comments

Comments
 (0)