excluded expand from the record draft and applied some lint fields alignment suggestions

This commit is contained in:
Gani Georgiev
2023-10-08 15:22:03 +03:00
parent e2f806d8bb
commit 20b6ce4b84
33 changed files with 79 additions and 78 deletions

View File

@@ -370,8 +370,8 @@ func (api *realtimeApi) canAccessRecord(client subscriptions.Client, record *mod
}
type recordData struct {
Action string `json:"action"`
Record *models.Record `json:"record"`
Action string `json:"action"`
}
func (api *realtimeApi) broadcastRecord(action string, record *models.Record, dryCache bool) error {