Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d9c0982

Browse files
committedDec 23, 2024
fixup! feat: Add evaluation details to finally hook stage open-feature#1246
Signed-off-by: christian.lutnik <[email protected]>
1 parent df686e5 commit d9c0982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ class MyHook implements Hook {
426426
}
427427

428428
@Override
429-
public void finallyAfter(HookContext ctx, Map hints) {
429+
public void finallyAfter(HookContext ctx, FlagEvaluationDetails details, Map hints) {
430430
// code that runs regardless of success or error
431431
}
432432
};

0 commit comments

Comments
 (0)
Please sign in to comment.