@cryptotaxi247 / CoPilot / commits / 8ded76ad

updated lint

Davide Di Modica committed Jan 29, 2024 at 20:41 UTC 8ded76ad6f6a2c5c0e00bccf46e3aba9b521b005
1 file changed +2 -1
src/api/soc.ts
+2 -1
@@ -93,7 +93,8 @@ export default {
93 older_than: payload?.olderThan || 1,
94 time_unit: payload?.unit || "days"
95 }
96 - }
96 + /*eslint no-mixed-spaces-and-tabs: "off"*/
97 + }
98 : undefined
99 )
100 },