Skip to content

Commit

Permalink
style(core): fix linting issues (ueberdosis#3884)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch authored and aliasliao committed May 24, 2023
1 parent 64c1a42 commit 1baf4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/helpers/getAttributesFromExtensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export function getAttributesFromExtensions(extensions: Extensions): ExtensionAt
...attribute,
}

if(typeof mergedAttr?.default === 'function') {
if (typeof mergedAttr?.default === 'function') {
mergedAttr.default = mergedAttr.default()
}

Expand Down

0 comments on commit 1baf4dc

Please sign in to comment.