remove unused variables
This commit is contained in:
parent
fe82775586
commit
21cd1d51a8
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ export async function getData(params: Params): Promise<Data> {
|
|||
export async function fetchContent(contentID: string) {
|
||||
try {
|
||||
return await import(`@pompydev/content/dist/content${contentID}.json`)
|
||||
} catch (err) {
|
||||
} catch {
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue