Skip to content

Commit

Permalink
fix: restore accidentaly deleted line
Browse files Browse the repository at this point in the history
  • Loading branch information
btlghrants committed Nov 23, 2024
1 parent e2185f0 commit ea8fddd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/controller/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ export class Controller {
// Run the after hook if it exists
[response].flat().map(res => {

Check warning on line 272 in src/lib/controller/index.ts

View check run for this annotation

Codecov / codecov/patch

src/lib/controller/index.ts#L272

Added line #L272 was not covered by tests
this.#afterHook && this.#afterHook(res);
Log.info({ ...reqMetadata, res }, "Check response");
});

const kar: KubeAdmissionResponse =
Expand Down

0 comments on commit ea8fddd

Please sign in to comment.