mirror of
https://github.com/bitwarden/browser
synced 2025-12-31 23:53:37 +00:00
move shared CLI items to jslib
This commit is contained in:
7
src/services/noopMessaging.service.ts
Normal file
7
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