Skip to content

Commit

Permalink
fixed #808
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Jul 20, 2020
1 parent c46f6de commit 5585bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/services/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func DownloadRepo(fullName string, userId bson.ObjectId) (err error) {
spider := model.GetSpiderByName(spiderName)
if spider.Name == "" {
// 新增
spider := model.Spider{
spider = model.Spider{
Id: bson.NewObjectId(),
Name: spiderName,
DisplayName: spiderName,
Expand Down

0 comments on commit 5585bc5

Please sign in to comment.