diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 1a7e6a46..0fd2d0d4 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,6 @@
-
@@ -13,11 +12,11 @@
-
+
-
+
@@ -26,11 +25,11 @@
-
+
-
-
+
+
@@ -38,11 +37,11 @@
-
+
-
-
+
+
@@ -61,7 +60,7 @@
-
+
@@ -171,25 +170,20 @@
1584692398144
-
+
+
-
+
-
-
-
+
-
-
-
-
-
+
@@ -197,10 +191,15 @@
-
+
+
+
+
+
+
@@ -275,19 +274,9 @@
-
-
-
-
-
-
-
-
-
-
-
+
@@ -304,22 +293,32 @@
-
+
-
-
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/forge/Main/CoderRootFileDetail.js b/src/forge/Main/CoderRootFileDetail.js
index 7972526d..01d415d3 100644
--- a/src/forge/Main/CoderRootFileDetail.js
+++ b/src/forge/Main/CoderRootFileDetail.js
@@ -57,7 +57,8 @@ class CoderRootFileDetail extends Component{
axios.delete(url,{
params:{
filepath:detail.path,
- branch
+ branch,
+ sha:detail.sha
}
}).then(result=>{
if(result){