Skip to content

Commit 92925c9

Browse files
committed
spelling: unliking
Signed-off-by: Josh Soref <[email protected]>
1 parent cdb5d13 commit 92925c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/utils/atproto/utils/likes.ts

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

198-
// We store the backlink incase a user is liking and unlikign rapidly. constellation takes a few seconds to capture the backlink
198+
// We store the backlink incase 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)
201201

0 commit comments

Comments
 (0)