Skip to content

Commit

Permalink
fix: rename LambdaDescribeWorkerInput
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahanmmi committed Apr 2, 2024
1 parent e78256a commit 0d7d8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/describe/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type DescribeJob struct {
RetryCounter uint
}

type LambdaDescribeWorkerInput struct {
type DescribeWorkerInput struct {
WorkspaceId string `json:"workspaceId"`
WorkspaceName string `json:"workspaceName"`
DescribeEndpoint string `json:"describeEndpoint"`
Expand Down

0 comments on commit 0d7d8f6

Please sign in to comment.