mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 11:43:46 +00:00
Move to libs
This commit is contained in:
7
libs/common/src/services/noopMessaging.service.ts
Normal file
7
libs/common/src/services/noopMessaging.service.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { MessagingService } from "../abstractions/messaging.service";
|
||||
|
||||
export class NoopMessagingService implements MessagingService {
|
||||
send(subscriber: string, arg: any = {}) {
|
||||
// Do nothing...
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user