From 0b41684e57c79374aee3a564307cd4fdef603e7c Mon Sep 17 00:00:00 2001 From: Akash Keshav <112591754+domesticchores@users.noreply.github.com> Date: Tue, 18 Mar 2025 11:41:04 -0400 Subject: THE UPDATE USER WORKS! -ak --- ufund-api/data/users.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'ufund-api/data/users.json') diff --git a/ufund-api/data/users.json b/ufund-api/data/users.json index 8543a55..5b2457f 100644 --- a/ufund-api/data/users.json +++ b/ufund-api/data/users.json @@ -1,14 +1 @@ -[ - { - "username": "phil", - "passwordHash": -1054080181, - "basket": [], - "type": "HELPER" - }, - { - "username": "admin", - "passwordHash": 92668751, - "basket": [], - "type": "MANAGER" - } -] \ No newline at end of file +[{"username":"keshey","passwordHash":-1134843357,"basket":[],"type":"HELPER"},{"username":"admin","passwordHash":92668751,"basket":[],"type":"MANAGER"},{"username":"phil","passwordHash":-1054080181,"basket":[22,26],"type":"HELPER"}] \ No newline at end of file -- cgit v1.2.3