We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f855a commit f2951ceCopy full SHA for f2951ce
1 file changed
index.js
@@ -24,7 +24,7 @@ class S3Notifier {
24
subscribe(notify) {
25
this.notify = notify;
26
27
- this.getCurrentLastModified()
+ return this.getCurrentLastModified()
28
.then(() => this.schedulePoll());
29
}
30
0 commit comments