From 494216318489e524138553ed6562a2fe26133593 Mon Sep 17 00:00:00 2001 From: aidant19 Date: Thu, 11 Jan 2024 19:41:52 -0500 Subject: [PATCH] enforcing object-shorthand rule Co-authored-by: Afro --- package-scripts/modules/ajexport.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-scripts/modules/ajexport.js b/package-scripts/modules/ajexport.js index df167579d..4a59dce2e 100644 --- a/package-scripts/modules/ajexport.js +++ b/package-scripts/modules/ajexport.js @@ -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();