Skip to content

Commit

Permalink
style(core): fix linting issues (#3884)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch authored Mar 27, 2023
1 parent aa3068b commit 00aad1f
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 00aad1f

Please sign in to comment.