Debug rebuild
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Arnas Udovic 2023-06-29 15:39:11 +03:00
parent 46e00f5521
commit 5c946cef11
1 changed files with 1 additions and 1 deletions

View File

@ -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()