Skip to content

Commit

Permalink
Add support for persistent settings id
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Jan 5, 2025
1 parent 6686feb commit 812a34d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/projects/persistence_settings.go
Original file line number Diff line number Diff line change
@@ -8,4 +8,5 @@ type PersistenceSettings interface {
// persistenceSettings represents persistence settings associated with a project.
type persistenceSettings struct {
SettingsType PersistenceSettingsType `json:"Type"`
SettingsId *string `json:"Id"`
}

0 comments on commit 812a34d

Please sign in to comment.