Skip to content

Commit

Permalink
remove quickpost related content from mirage
Browse files Browse the repository at this point in the history
  • Loading branch information
DrumsnChocolate committed Nov 3, 2024
1 parent b48d805 commit 65778db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mirage/scenarios/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@ export default function (server) {
server.createList('article', 5);
server.createList('group', 5, 'withMembers');
server.createList('forum-category', 5, 'withThreads');
server.createList('quickpost-message', 10);
}

0 comments on commit 65778db

Please sign in to comment.