Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit ea8724a

Browse files
e41qhelfer
authored andcommitted
at example using offlineLink name instead queueLink.
1 parent d761877 commit ea8724a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import { RetryLink } from 'apollo-link-retry';
3939

4040
import QueueLink from 'apollo-link-queue';
4141

42-
const queueLink = new QueueLink();
42+
const offlineLink = new QueueLink();
4343

4444
// Note: remove these listeners when your app is shut down to avoid leaking listeners.
4545
window.addEventListener('offline', () => offlineLink.close());

0 commit comments

Comments
 (0)