Skip to content

Commit

Permalink
Update src/lib/mutate-request.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Mayer <[email protected]>
  • Loading branch information
cmwylie19 and samayer12 authored Dec 5, 2024
1 parent fee325c commit 04db403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/mutate-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class PeprMutateRequest<T extends KubernetesObject> {
return this.#input.dryRun;
}

get OldResource(): T | undefined {
get OldResource(): KubernetesObject | undefined {
return this.#input.oldObject;
}

Expand Down

0 comments on commit 04db403

Please sign in to comment.