We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628be6c commit a324956Copy full SHA for a324956
api/pkg/entities/phone.go
@@ -12,7 +12,7 @@ type Phone struct {
12
UserID UserID `json:"user_id" example:"WB7DRDWrJZRGbYrv2CKGkqbzvqdC"`
13
FcmToken *string `json:"fcm_token" example:"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzd....."`
14
PhoneNumber string `json:"phone_number" example:"+18005550199"`
15
- MessagesPerMinute uint `json:"messages_per_second" example:"1"`
+ MessagesPerMinute uint `json:"messages_per_minute" example:"1"`
16
CreatedAt time.Time `json:"created_at" example:"2022-06-05T14:26:02.302718+03:00"`
17
UpdatedAt time.Time `json:"updated_at" example:"2022-06-05T14:26:10.303278+03:00"`
18
}
0 commit comments