fix: corriger toutes les erreurs de lint restantes (263 -> 0)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user