1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

solved a casing issue that may lead to build fail

This commit is contained in:
Liu Junqi
2021-10-20 21:11:46 +08:00
parent 6ff7112bb7
commit 75c0680968
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { NotificationQueueMessageType } from "./NotificationQueueMessageType";
import { NotificationQueueMessageType } from "./notificationQueueMessageType";
export default class NotificationQueueMessage {
type: NotificationQueueMessageType;