1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

fix missing @bindThis in CacheService

This commit is contained in:
Hazelnoot
2025-06-09 11:45:20 -04:00
parent ed766e98e1
commit 646ffa7b62

View File

@@ -291,6 +291,7 @@ export class CacheService implements OnApplicationShutdown {
}
}
@bindThis
private async onTokenEvent<E extends 'userTokenRegenerated'>(body: InternalEventTypes[E]): Promise<void> {
{
{
@@ -303,6 +304,7 @@ export class CacheService implements OnApplicationShutdown {
}
}
@bindThis
private async onFollowEvent<E extends 'follow' | 'unfollow'>(body: InternalEventTypes[E], type: E): Promise<void> {
{
switch (type) {