Skip to content
Permalink
Browse files
dropbox: lol this is the default behavior
  • Loading branch information
frioux committed Jan 10, 2021
1 parent 16852ab commit 3c9f6f8
Showing 1 changed file with 0 additions and 2 deletions.
@@ -9,7 +9,6 @@ import (

// Longpoll signals changes in dir by sending on ch.
func (db Client) Longpoll(ctx context.Context, dir string, ch chan<- struct{}) {
OUTER:
for {
res, err := db.ListFolder(ListFolderParams{
Path: dir,
@@ -56,6 +55,5 @@ OUTER:
break
}
}
continue OUTER
}
}

0 comments on commit 3c9f6f8

Please sign in to comment.