Skip to content

Commit

Permalink
chore: remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
talaikis authored Nov 7, 2023
1 parent 88dcedc commit 4e0ee22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ module.exports.getAndroidEnvironmentFile = () => {
module.exports.makeFileInAndroidMainAssetsFolder = (fileContent, fileName) => {
try {
const filePath = path.join(ANDROID_KEYS_DIR_PATH, fileName);
fs.removeSync(filePath)
fs.outputFileSync(filePath, fileContent);
return true;
} catch (error) {
Expand Down

0 comments on commit 4e0ee22

Please sign in to comment.