Skip to content

Commit f8d1e73

Browse files
Removal of all tests
Signed-off-by: Abhijith Ganesh <work@abhijithganesh.com>
1 parent d3d9749 commit f8d1e73

File tree

3 files changed

+1
-145
lines changed

3 files changed

+1
-145
lines changed

wrappers/firebase/notification_handler.go

Lines changed: 0 additions & 42 deletions
This file was deleted.

wrappers/firebase/types.go

Lines changed: 0 additions & 103 deletions
This file was deleted.

wrappers/notification_handler/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ type Notification struct {
9191
RenderingVariables map[string]interface{} `gorm:"type:jsonb;default:'{}'"`
9292
CustomData map[string]interface{} `gorm:"type:jsonb;default:'{}'"`
9393
InApp bool `json:"in_app"`
94+
CollapseKey string `json:"collapse_key"`
9495
TriggerFireBase bool `json:"trigger_firebase"`
9596
}
9697

0 commit comments

Comments
 (0)