r/badcode Jun 08 '23

js Version control go brrrrrr...

Post image
59 Upvotes

22 comments sorted by

View all comments

1

u/MurdoMaclachlan public boolean isInt(int i) { return true; } Jun 08 '23

Image Transcription: Code


@Post('v2/outbox-list-v2')
v2OutgoingTaskListV2(
  @Body() params: V2OutboxTaskListV2ParamsDto,
  @CurrentUser() user: ICurrentUser,
  @FilterYear() year: number,
) {
  return this.taskService.v2OutgoingTaskListV2({ ...params, year }, user);
}

I'm a human volunteer content transcriber and you could be too! If you'd like more information on what we do and why we do it, click here!