Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jpogran committed Nov 25, 2024
1 parent 34a5751 commit ee65131
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/api/terraformCloud/organization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { paginationMeta, paginationParams } from './pagination';
import { searchQueryParams } from './filter';
import { errors } from './errors';

export const organization = z.object({
const organization = z.object({
id: z.string(),
attributes: z.object({
'external-id': z.string(),
Expand Down Expand Up @@ -41,7 +41,6 @@ const organizationMemebrship = z.object({
}),
}),
});

const organizationMemberships = z.object({
data: z.array(organizationMemebrship),
});
Expand Down

0 comments on commit ee65131

Please sign in to comment.