mirror of
https://github.com/discourse/discourse.git
synced 2024-12-04 03:33:44 +08:00
DEV: Add pretender endpoint for category visible groups.
This was causing our build to become flaky.
This commit is contained in:
parent
3d581ce159
commit
72c69a644f
|
@ -1117,6 +1117,8 @@ export function applyDefaultHandlers(pretender) {
|
|||
],
|
||||
});
|
||||
});
|
||||
|
||||
pretender.get("/c/:id/visible_groups.json", () => response({ groups: [] }));
|
||||
}
|
||||
|
||||
export function resetPretender() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user