This commit is contained in:
parent
46e00f5521
commit
5c946cef11
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ func (TreeManagerServer *server) GetFile(_ context.Context, in *FileRequest) (*F
|
|||
}
|
||||
|
||||
func (TreeManagerServer *server) RebuildTree(ctx context.Context, in *TreeSecret) (*RebuildResponse, error) {
|
||||
log.Println(in)
|
||||
log.Println(in, key)
|
||||
success := false
|
||||
if in.Key == key {
|
||||
Collect()
|
||||
|
|
Loading…
Reference in a new issue