Skip to content

Commit 4460931

Browse files
authored
Fix derp
1 parent d2ff84a commit 4460931

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/API.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,8 @@ const userIsInAnOrganisation = (nextState, replace, callback) => {
358358
pathname: '/users/' + nextState.params.userId + '/organisations/new',
359359
state: { nextPathname: nextState.location.pathname }
360360
})
361-
362-
callback(null);
363361
}
362+
callback();
364363
})
365364
}
366365

0 commit comments

Comments
 (0)