mirror of
https://github.com/djhackersdev/minime.git
synced 2026-08-20 09:24:21 -05:00
Profile re-enable
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user