cleanup(ApQuestionService.ts)
This commit is contained in:
parent
0f8686dd57
commit
5e715b2105
1 changed files with 1 additions and 6 deletions
|
|
@ -59,12 +59,7 @@ export class ApQuestionService {
|
|||
return 0;
|
||||
});
|
||||
|
||||
return {
|
||||
choices,
|
||||
votes,
|
||||
multiple,
|
||||
expiresAt,
|
||||
};
|
||||
return { choices, votes, multiple, expiresAt };
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue