fix: supprimer API_VERSION inutilisé + eslint-disable _req

This commit is contained in:
2026-06-08 22:59:30 +02:00
parent e04e286111
commit dc88e56f49
3 changed files with 2 additions and 2 deletions
-2
View File
@@ -1,7 +1,5 @@
import type { SyncProduct } from '@/types/sync'
const API_VERSION = 'v4'
function normalizeHandle(ref: string): string {
return ref
.toLowerCase()