Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
theimperious1 committed Oct 13, 2024
1 parent 279835a commit 34c01c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global/commands/g.idose.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ async function iDoseSet(
if (units.toString() === 'µG') {
units = 'MICRO_G';

Check failure on line 151 in src/global/commands/g.idose.ts

View workflow job for this annotation

GitHub Actions / Lint

Assignment to function parameter 'units'
}

await db.user_drug_doses.create({
data: {
user_id: userData.id,
Expand Down

0 comments on commit 34c01c5

Please sign in to comment.