fix: corriger toutes les erreurs de lint restantes (263 -> 0)

This commit is contained in:
2026-07-04 14:34:50 +04:00
parent b193914c57
commit 454eefbe58
33 changed files with 210 additions and 159 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ async function jwennAwtis(slug) {
}
export async function generateMetadata(props) {
const params = await props.params;
const params = await props.params
const {slug} = params
const anAwtis = await jwennAwtis(slug)
@@ -64,7 +64,7 @@ export async function generateMetadata(props) {
}
export default async function AwtisPajSlug(props) {
const params = await props.params;
const params = await props.params
const {slug} = params
const anAwtis = await jwennAwtis(slug)
+1 -1
View File
@@ -63,7 +63,7 @@ async function jwennDone(paj) {
}
export default async function AwitsPaj(props) {
const searchParams = await props.searchParams;
const searchParams = await props.searchParams
const {paj} = searchParams
const {pajTotal, awtisPouChakPaj, pajParsed} = await jwennDone(paj || 1)