Commit bd69d4f1 authored by Filipa Lacerda's avatar Filipa Lacerda

Resolve conflicts for app/assets/javascripts/api.js

parent c8c88bcd
......@@ -274,7 +274,6 @@ const Api = {
return axios.get(url, { params });
},
<<<<<<< HEAD
approverUsers(search, options, callback = $.noop) {
const url = Api.buildUrl('/autocomplete/users.json');
return axios
......@@ -311,8 +310,6 @@ const Api = {
});
},
=======
>>>>>>> upstream/master
buildUrl(url) {
let urlRoot = '';
if (gon.relative_url_root != null) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment