Skip to content

Commit 7f65db0

Browse files
authored
Merge branch 'main' into ta/fdv2-code-move-part2
2 parents 80e6c3e + c985daa commit 7f65db0

File tree

1 file changed

+2
-2
lines changed
  • packages/shared/sdk-client/src/api/integrations

1 file changed

+2
-2
lines changed

packages/shared/sdk-client/src/api/integrations/Hooks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ export interface Hook {
181181
beforeIdentify?(hookContext: IdentifySeriesContext, data: IdentifySeriesData): IdentifySeriesData;
182182

183183
/**
184-
* This method is called during the execution of the identify process before the operation
185-
* completes, but after any context modifications are performed.
184+
* This method is called during the execution of the identify process, after the operation
185+
* completes.
186186
*
187187
* @param hookContext Contains information about the evaluation being performed. This is not
188188
* mutable.

0 commit comments

Comments
 (0)