mirror of
https://github.com/djhackersdev/minime.git
synced 2026-04-17 06:46:02 -05:00
Profile re-enable
This commit is contained in:
parent
6be956ad3c
commit
ddad7efd67
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user