Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yumincho committed May 22, 2024
1 parent f46a8be commit 66d4af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/service/admin.agenda.ts
Original file line number Diff line number Diff line change
@@ -206,7 +206,7 @@ export const terminateAgenda = async (agendaId: number, user: User) => {
voted: userVoted,
votable: userVotable,
},
endAt: agendaEndAt?.toISOString() || "", // startAt is not null with terminatedAgenda
endAt: agendaEndAt?.toISOString() || "", // endAt is not null with terminatedAgenda
};

return terminatedAgenda;

0 comments on commit 66d4af8

Please sign in to comment.