Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MaraisKruger committed Aug 21, 2024
1 parent ce31436 commit ada771e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/config-api-provider/provider/resources/group.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ func (r *groupResource) ImportState(ctx context.Context, req resource.ImportStat
}

// Get the group using the configuration-api client
func GetGroup() groupResonseModel {
func GetGroup() groupResponseModel {
// TODO: Query the group using the client

return groupResonseModel{
return groupResponseModel{
UID: "temporary_uid",
Name: "temporary_name",
ParentUid: "temporary_parent_uid",
Expand Down

0 comments on commit ada771e

Please sign in to comment.