fix: cleanup sell function

This commit is contained in:
Filip Dunder
2024-02-20 18:51:22 +01:00
parent 2f0e73c9eb
commit 63d67616ff
2 changed files with 47 additions and 108 deletions

View File

@ -1,4 +1,5 @@
{
"singleQuote": true,
"trailingComma": "all"
"trailingComma": "all",
"printWidth": 120
}