Skip to content

Commit

Permalink
fix: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kpoke committed Jul 20, 2022
1 parent 75ea682 commit e9c12c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/services/EarningsService.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class EarningsService {

await this._session.beginTransaction();

const count = await batchUpdateEarnings(null);
const count = await batchUpdateEarnings(createdBatch.id);

// delete temp file
await fs.promises.unlink(file.path);
Expand Down

0 comments on commit e9c12c4

Please sign in to comment.