Skip to content

Commit

Permalink
Prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdctaka committed Nov 14, 2023
1 parent d41b4f6 commit a83af4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/orgUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ export class OrgUtils {
result['defaultCompactLayoutId'];

// Mapping table
const recordTypeCompactLayoutMappings = result.recordTypeCompactLayoutMappings;
const recordTypeCompactLayoutMappings =
result.recordTypeCompactLayoutMappings;

// ID of compact layout need to be normalized
const recordTypeCompactLayoutMapping =
Expand Down

0 comments on commit a83af4a

Please sign in to comment.