From 2427535a584f14e2b775208ef31bee163bfe0b55 Mon Sep 17 00:00:00 2001 From: Adam Chen Date: Wed, 2 Oct 2024 21:29:37 -0700 Subject: [PATCH] hotfix lint --- src/adaptors/yjs-ndn-adaptor.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/adaptors/yjs-ndn-adaptor.ts b/src/adaptors/yjs-ndn-adaptor.ts index 2d4989b..813529c 100644 --- a/src/adaptors/yjs-ndn-adaptor.ts +++ b/src/adaptors/yjs-ndn-adaptor.ts @@ -178,8 +178,8 @@ export class NdnSvsAdaptor { // NOTE: The following code depend on snapshot naming convention to work. // Verify this part if there's a change in naming convention. // NOTE: From Github Discussion: - // Though, this "update the snapshot response strategy on receiving new snapshot from SVS" logic is somewhat optional in nature. - // It is ran, such that if a blind fetch request reaches an endpoint, endpoint returns a good response. + // Though, this "update the snapshot response strategy on receiving new snapshot from SVS" logic is somewhat optional in nature. + // It is ran, such that if a blind fetch request reaches an endpoint, endpoint returns a good response. // Just like snapshot responses, we don't have to guarantee absolute latest when it is about blind fetching. // hence we can just use a rough "total count" for determining if it needs an update. if (snapshotSVcount > oldSVCount) {