Skip to content

Commit

Permalink
Uniform indentation correction
Browse files Browse the repository at this point in the history
  • Loading branch information
theinfin1ty committed Aug 18, 2021
1 parent a67328e commit d1ed912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ module.exports.deleteEntry = async(req, res) => {
await Content.findByIdAndDelete(id);
req.flash('success','Data entry successfully deleted');
res.redirect(`/client/select/${fileId}`);
}
}

0 comments on commit d1ed912

Please sign in to comment.