Skip to content

Commit

Permalink
fix: non-zip conversions return empty arrays for converted and deleted (
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc authored Mar 28, 2024
1 parent 7d3cbc1 commit 06cc230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/convert/metadataConverter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const getResult =
};
}

return { packagePath };
return { packagePath, converted: [], deleted: [] };
};

function getPackagePath(
Expand Down

0 comments on commit 06cc230

Please sign in to comment.