Skip to content

Commit c25acf6

Browse files
author
Fred Vollmer
committed
Fix failing test
1 parent f05f3d7 commit c25acf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stubbornFetch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ class StubbornFetchRequest {
324324
clearTimeout(this.requestTimer);
325325
}
326326
});
327-
}).then;
327+
});
328328
}
329329
}
330330

0 commit comments

Comments
 (0)