fix wrong logic uploaded file

This commit is contained in:
2024-11-09 15:49:06 +07:00
parent 797018ed74
commit 2736547b84
6 changed files with 23 additions and 44 deletions

View File

@@ -0,0 +1,5 @@
export enum PubSubEvent {
SERVICE_CREATED = 'SERVICE_CREATED',
MESSAGE_SENT = 'MESSAGE_SENT',
NOTIFICATION = 'NOTIFICATION',
}