Skip to content

Commit 9570210

Browse files
authored
Merge pull request #76 from topcoder-platform/fix-payment-update
fix payment update
2 parents 4817c67 + b26e0d5 commit 9570210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/admin/admin.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export class AdminService {
115115
},
116116
updated_at: new Date(),
117117
updated_by: userId,
118-
version: version++,
118+
version,
119119
},
120120
}),
121121
);

0 commit comments

Comments
 (0)