Fix stray closing parens

This commit is contained in:
Matt Pass
2019-10-06 14:12:06 +01:00
committed by GitHub
parent fc0a9bb6e8
commit fc85205eb0

View File

@@ -158,7 +158,6 @@ var ICEcoder = {
}).then(function(data) {
if (data.timestamps.changed) {
top.ICEcoder.indexData = data;
}
// If we have git diff data
if (data.git) {
top.ICEcoder.indexData.git = data.git;