[questions][chore] init values

pull/458/head
hpkoh 3 years ago
parent e483419773
commit 2dd2fdf35c

@ -27,7 +27,7 @@ export const questionsQuestionRouter = createRouter()
async resolve({ ctx, input }) { async resolve({ ctx, input }) {
const { cursor } = input; const { cursor } = input;
let sortCondition; let sortCondition = undefined;
switch (input.sortType) { switch (input.sortType) {
case SortType.TOP: case SortType.TOP:

Loading…
Cancel
Save