FIX: Can't set url on topics, it is calculated from slugs

This commit is contained in:
Robin Ward 2020-07-15 13:46:04 -04:00
parent 04881b10db
commit 2e8665ba43

View File

@ -170,7 +170,7 @@ export function applyDefaultHandlers(pretender) {
]
},
badges: [{ id: 444, count: 1 }],
topics: [{ id: 1234, title: "cool title", url: "/t/1234/cool-title" }]
topics: [{ id: 1234, title: "cool title", slug: "cool-title" }]
});
});