mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
/user/update-email endpoint
This commit is contained in:
@@ -7,7 +7,7 @@ import { isEmpty, cloneDeep } from 'lodash';
|
||||
const API_TEST_SERVER_PORT = nconf.get('PORT');
|
||||
let apiVersion;
|
||||
|
||||
// Sets up an abject that can make all REST requests
|
||||
// Sets up an object that can make all REST requests
|
||||
// If a user is passed in, the uuid and api token of
|
||||
// the user are used to make the requests
|
||||
export function requester (user = {}, additionalSets = {}) {
|
||||
|
||||
Reference in New Issue
Block a user