We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb5d13 commit 92925c9Copy full SHA for 92925c9
1 file changed
server/utils/atproto/utils/likes.ts
@@ -195,7 +195,7 @@ export class PackageLikesUtils {
195
rkey,
196
}
197
198
- // We store the backlink incase a user is liking and unlikign rapidly. constellation takes a few seconds to capture the backlink
+ // We store the backlink incase a user is liking and unliking rapidly. constellation takes a few seconds to capture the backlink
199
const usersBackLinkKey = CACHE_USERS_BACK_LINK(packageName, usersDid)
200
await this.cache.set(usersBackLinkKey, backLink, CACHE_MAX_AGE)
201
0 commit comments