Profile re-enable

This commit is contained in:
Tau 2019-05-08 14:43:38 -04:00
parent 6be956ad3c
commit ddad7efd67

View File

@ -6,10 +6,6 @@ export async function saveProfile(
w: Repositories,
req: SaveProfileRequest
): Promise<GenericResponse> {
console.log("*** PROFILE SAVE TEMPORARILY DISABLED ***");
return { type: "generic_res", status: 1 };
const now = new Date();
const profile = await w.profile().load(req.profileId);
const chara = await w.chara().load(req.profileId);