Browse Source

[api] Fix duplicate URL rebase conflict

Romain Rigaux 4 years ago
parent
commit
10db6fbff6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      desktop/core/src/desktop/js/catalog/api.ts

+ 0 - 1
desktop/core/src/desktop/js/catalog/api.ts

@@ -59,7 +59,6 @@ interface SampleFetchOptions extends SharedFetchOptions {
 }
 
 const ADD_TAGS_URL = '/metadata/api/catalog/add_tags';
-const AUTOCOMPLETE_URL_PREFIX = '/notebook/api/autocomplete/';
 const AUTOCOMPLETE_URL_PREFIX = '/api/editor/autocomplete/';
 const CANCEL_STATEMENT_URL = '/notebook/api/cancel_statement';
 const CHECK_STATUS_URL = '/notebook/api/check_status';