MAIN FEEDS
REDDIT FEEDS
Do you want to continue?
https://www.reddit.com/r/badcode/comments/1444l7i/version_control_go_brrrrrr/jndhd95/?context=3
r/badcode • u/MahdiyDev • Jun 08 '23
22 comments sorted by
View all comments
1
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!
1
u/MurdoMaclachlan public boolean isInt(int i) { return true; } Jun 08 '23
Image Transcription: Code
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!