Skip to content

Commit 4a38fdf

Browse files
committed
update tag warning
1 parent 146f27b commit 4a38fdf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
},
8383
{
8484
"path": "./build/releases/OneSignalSDK.page.es6.js",
85-
"limit": "54.94 kB",
85+
"limit": "54.943 kB",
8686
"gzip": true
8787
},
8888
{

src/onesignal/User.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export default class User {
187187

188188
public addTags(tags: { [key: string]: string }): void {
189189
if (IDManager.isLocalId(this.onesignalId)) {
190-
Log.warn('Login or subscribe to sync tags');
190+
Log.warn('Call after login to sync tags');
191191
}
192192

193193
logMethodCall('addTags', { tags });

0 commit comments

Comments
 (0)