We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646f81b commit fecb888Copy full SHA for fecb888
source/lib/auto-complete/helpers.js
@@ -106,7 +106,7 @@ async function getCustomerOptions(options = { archived: false }) {
106
async function getUserIdOptions(options = { archived: false }) {
107
return Promise.all([
108
miteApi.getUsers(options),
109
- miteApi.getMyself(),
+ miteApi.getMySelf(),
110
]).then(([users, me]) => {
111
return users.map(u => ({
112
name: String(u.id),
0 commit comments