Skip to content

Commit 2427535

Browse files
hotfix lint
1 parent c24e5eb commit 2427535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/adaptors/yjs-ndn-adaptor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ export class NdnSvsAdaptor {
178178
// NOTE: The following code depend on snapshot naming convention to work.
179179
// Verify this part if there's a change in naming convention.
180180
// NOTE: From Github Discussion:
181-
// Though, this "update the snapshot response strategy on receiving new snapshot from SVS" logic is somewhat optional in nature.
182-
// It is ran, such that if a blind fetch request reaches an endpoint, endpoint returns a good response.
181+
// Though, this "update the snapshot response strategy on receiving new snapshot from SVS" logic is somewhat optional in nature.
182+
// It is ran, such that if a blind fetch request reaches an endpoint, endpoint returns a good response.
183183
// Just like snapshot responses, we don't have to guarantee absolute latest when it is about blind fetching.
184184
// hence we can just use a rough "total count" for determining if it needs an update.
185185
if (snapshotSVcount > oldSVCount) {

0 commit comments

Comments
 (0)