-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add new stat for access token expired in fb custom audience (#3043
) * feat: initial commit * fix: initial commit * fix: adding unauthorized error for access token failure * fix: reviw comments addressed * feat: reviw comments addressed * fix: changing version of integrations lib * Apply suggestions from code review Co-authored-by: Sankeerth <[email protected]> * fix: review comments addressed * fix: removing unnecessary tag * fix: removing unnecessary log * fix: review comments addressed * fix: adding destination response * Update src/v0/util/facebookUtils/networkHandler.js Co-authored-by: Sankeerth <[email protected]> --------- Co-authored-by: Sankeerth <[email protected]>
- Loading branch information
1 parent
5ee1b7c
commit 1e6d540
Showing
10 changed files
with
216 additions
and
23 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
export type MessageDetails = Record<string, string>; | ||
export type StatusCode = number; | ||
export type StatusCode = number; | ||
export type Stat = Record<string, string> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.