Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaroldi committed Feb 6, 2025
1 parent da25aff commit d1bb7aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const formatContentModel: FormatContentModel = (
contentModel: clearModelCache ? undefined : model,
selection: clearModelCache ? undefined : selection,
source: options?.changeSource || ChangeSource.Format,
data: options?.getChangeData?.() || getChangeData?.(),
data: options?.getChangeData?.(),
formatApiName: options?.apiName,
changedEntities: getChangedEntities(context, rawEvent),
};
Expand Down

0 comments on commit d1bb7aa

Please sign in to comment.