Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Anarse <vishal@civo.com>
  • Loading branch information
Vishal Anarse committed Jan 31, 2024
1 parent d730e0f commit 1e90b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database_backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type DatabaseBackup struct {
IsScheduled bool `json:"is_scheduled,omitempty"`
}

// PaginatedDatabases is the structure for list response from DB endpoint
// PaginatedDatabaseBackup is the structure for list response from DB endpoint
type PaginatedDatabaseBackup struct {
Page int `json:"page"`
PerPage int `json:"per_page"`
Expand Down

0 comments on commit 1e90b92

Please sign in to comment.