refactor: introduce bindThis decorator to bind this automaticaly
This commit is contained in:
@@ -37,6 +37,7 @@ function truncateNotification(notification: Packed<'Notification'>): any {
|
||||
|
||||
return notification;
|
||||
}
|
||||
import { bindThis } from '@/decorators.js';
|
||||
|
||||
@Injectable()
|
||||
export class PushNotificationService {
|
||||
|
Reference in New Issue
Block a user