Skip to content

Commit eb44e82

Browse files
authored
Merge pull request #512 from Countly/LINT-IGNORE
Ignore changes
2 parents 1382f76 + 529e7b4 commit eb44e82

File tree

4 files changed

+5363
-4
lines changed

4 files changed

+5363
-4
lines changed

.eslintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
lib
1+
lib/countly.js
2+
lib/countly.min.js
23
plugin/boomerang/boomerang.min.js
34
examples/
45
node_modules

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
/node_modules/
2-
.vscode/*
3-
package-lock.json
4-
2+
.vscode/*

lib/countly.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ declare module "countly-sdk-web" {
119119
function end_session(sec: number, force: boolean): void;
120120

121121
/**
122+
* USING set_id INSTEAD IS RECOMMENDED
122123
* Change current user/device id (use set_id instead if you are not sure about the merge operation)
123124
* @param {string} newId - new user/device ID to use. Must be a non-empty string value. Invalid values (like null, empty string or undefined) will be rejected
124125
* @param {boolean} merge - move data from old ID to new ID on server

0 commit comments

Comments
 (0)