1
0
forked from mirror/misskey

cleanup(ApQuestionService.ts)

This commit is contained in:
okayurisotto 2023-07-03 07:14:11 +09:00
parent 0f8686dd57
commit 5e715b2105

View File

@ -59,12 +59,7 @@ export class ApQuestionService {
return 0; return 0;
}); });
return { return { choices, votes, multiple, expiresAt };
choices,
votes,
multiple,
expiresAt,
};
} }
/** /**