Skip to content

Commit 893cb18

Browse files
committed
Return user vote value after user vote
1 parent e90adda commit 893cb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/user/user.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export class UserController {
187187
return res.status(200).json({
188188
statusCode: 200,
189189
message: 'Vote value successfully',
190-
data: [],
190+
data: value,
191191
});
192192
}
193193

0 commit comments

Comments
 (0)