Skip to content

Commit 86f560a

Browse files
committed
bugfix
1 parent 4bc90a2 commit 86f560a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func IndexingServer() {
5353
// 一周一次全量(周六晚上2点开始)
5454
c.AddFunc("0 0 2 * * 6", func() {
5555
indexing(true)
56-
}
56+
})
5757

5858
c.Start()
5959
}

0 commit comments

Comments
 (0)