Skip to content

Conversation

@blazzy
Copy link
Contributor

@blazzy blazzy commented Jul 16, 2018

No description provided.

if (!this._apiKeySet('identify()')) {
if (type(opt_callback) === 'function') {
opt_callback(0, 'No request sent');
opt_callback(0, 'No request sent', 'API key is not set');

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd make it an object with a single key, in case we decide to extend the information even more in the future.

@blazzy blazzy force-pushed the no-request-sent-context branch from e605d1d to 5f0c71d Compare July 16, 2018 20:18
@blazzy blazzy merged commit 6a35d09 into master Jul 16, 2018
@blazzy blazzy deleted the no-request-sent-context branch July 16, 2018 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants