feat(produser): added in the function to create a standard user based on there username
This commit is contained in:
@@ -36,7 +36,7 @@ app.openapi(
|
||||
}
|
||||
|
||||
return c.json({
|
||||
success: data.succes,
|
||||
success: data.success,
|
||||
message: data.message,
|
||||
data: data.data,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user