Skip to content

Commit

Permalink
enforcing object-shorthand rule
Browse files Browse the repository at this point in the history
Co-authored-by: Afro <[email protected]>
  • Loading branch information
aidant19 and TheAfroOfDoom authored Jan 12, 2024
1 parent 5fc9480 commit 4942163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-scripts/modules/ajexport.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export async function script() {
const fileObj = {
path: file,
content: injectModelPackPaths(content, paths),
name: name,
name,
};
loadModelFile(fileObj);
await AnimatedJava.API.safeExportProject();
Expand Down

0 comments on commit 4942163

Please sign in to comment.