Merge branch 'staging' into nico/push-stg
This commit is contained in:
@@ -3,7 +3,6 @@ import { Context } from "elysia";
|
||||
|
||||
export default async function grafikKepuasanDelete(context: Context) {
|
||||
const uuid = context.params?.uuid;
|
||||
|
||||
if (!uuid) {
|
||||
return {
|
||||
success: false,
|
||||
|
||||
@@ -4,7 +4,6 @@ export default async function grafikKepuasanFindUnique(request: Request) {
|
||||
const url = new URL(request.url);
|
||||
const pathSegments = url.pathname.split('/');
|
||||
const uuid = pathSegments[pathSegments.length - 1];
|
||||
|
||||
if (!uuid) {
|
||||
return Response.json({
|
||||
success: false,
|
||||
|
||||
Reference in New Issue
Block a user