fix: lint

This commit is contained in:
DarkPhoenix2704
2025-01-10 16:11:08 +00:00
parent 71fd750476
commit 0bd2e8c668
32 changed files with 66 additions and 51 deletions

View File

@@ -57,7 +57,7 @@ const expandExtension = () => {
* @param open - Optional. If true, the duplicated extension will be opened.
*/
const handleDuplicateExtension = async (id: string, open: boolean = false) => {
const handleDuplicateExtension = async (id: string, open = false) => {
const duplicatedExt = await duplicateExtension(id)
if (duplicatedExt?.id && open) {