Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Blakko committed Jun 9, 2016
1 parent db4bc19 commit b565f3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ define(function (require) {
notify.warning(msg);
}

if (datasource.datasourceType === kibiUtils.DatasourceType.tinkerpop3) {
if (datasource.datasourceType === kibiUtils.DatasourceTypes.tinkerpop3) {
const baseUrl = datasource.datasourceParams.url.replace('/graph/query', '');

queryEngineClient.gremlinPing(baseUrl).then(function (response) {
Expand Down

0 comments on commit b565f3f

Please sign in to comment.