-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: safely unwrap register device BQ tasks in migration code
As a continuation of the PR, #702, this commit safely unwraps all of the optional values in the Track BQ to CDP migration code. I do not expect that register device attributes string to be null because the attributes string will contain at least the device token. In PR discussion (#702 (comment)), we were not sure a bug could happen from this code but we still wanted to safety unwrap the optional to avoid any possible crashes. commit-id:24cb8fd5
- Loading branch information
1 parent
394bb86
commit 06d5526
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
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