mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
Add missing semicolon
This commit is contained in:
parent
7f5c556654
commit
477fb8edcb
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ export function requester(user={}) {
|
|||
put: _requestMaker(user, 'put'),
|
||||
del: _requestMaker(user, 'del'),
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export function generateUser(update={}) {
|
||||
let username = generateRandomUserName();
|
||||
|
|
|
|||
Loading…
Reference in a new issue