Skip to content

Commit ab93209

Browse files
spelling: in case
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 92925c9 commit ab93209

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

server/utils/atproto/utils/likes.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,9 @@ export class PackageLikesUtils {
195195
rkey,
196196
}
197197

198-
// We store the backlink incase a user is liking and unliking rapidly. constellation takes a few seconds to capture the backlink
198+
// We store the backlink in case a user is liking and unliking rapidly. constellation takes a few seconds to capture the backlink
199199
const usersBackLinkKey = CACHE_USERS_BACK_LINK(packageName, usersDid)
200200
await this.cache.set(usersBackLinkKey, backLink, CACHE_MAX_AGE)
201-
202201
let totalLikes = await this.cache.get<number>(totalLikesKey)
203202
if (!totalLikes) {
204203
totalLikes = await this.constellationLikes(subjectRef)

0 commit comments

Comments
 (0)