mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 19:25:23 +00:00
Changed quotes and applied change to PKPass.from (which uses internals-like to read model)
This commit is contained in:
@@ -45,7 +45,7 @@ function getObjectFromModelFile(
|
||||
const fileComponents = filePath.split(path.sep);
|
||||
const fileName = fileComponents
|
||||
.slice(fileComponents.length - depthFromEnd)
|
||||
.join(path.sep);
|
||||
.join("/");
|
||||
|
||||
return { [fileName]: content };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user