Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #79 from mrepol742/master
Browse files Browse the repository at this point in the history
Initial Commit
  • Loading branch information
mrepol742 authored Feb 10, 2024
2 parents eeaabd8 + fc10e78 commit c5d6a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4311,7 +4311,7 @@ async function ai(api, event) {
let quiz = {
name: users.list[i].firstName,
balance: users.list[i].balance,
score: (correct / incorrect) * 0.1,
score: formatDecNum((correct / incorrect) * 0.1),
};
lead.push(quiz);
}
Expand Down

0 comments on commit c5d6a80

Please sign in to comment.