Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxiapu committed Oct 23, 2023
1 parent 4f423b9 commit 4ee1dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/common/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ exports.PushUrl = "https://push-api.cloud.huawei.com/v1";
//TargetToken the topic to be subscribed/unsubscribed
exports.TargetTopic = "targetTopic";
//TargetCondition the condition of the devices operated
exports.TargetCondition = "'targetTopic\' in topics";
exports.TargetCondition = "'targetTopic' in topics";
//TargetToken the token of the device operated
exports.TargetToken = 'pushtoken';
//WebPushTokenArra the collection of the tokens of th devices operated
Expand Down

0 comments on commit 4ee1dca

Please sign in to comment.