fix task3 backend

This commit is contained in:
2020-01-05 19:03:16 +01:00
parent 4e0a675ee3
commit 5c9d4cd2d9
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -305,7 +305,7 @@ func (s *Server) createLetter() (letterPath string, localFullPath string, err er
return
}
_ = unix.Sync()
unix.Sync()
return
}