mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-25 15:11:15 -05:00
Compare commits
5 Commits
edit/edt-6
...
edit/edt-5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6087b54213 | ||
|
|
68384156ab | ||
|
|
5cc5d3eab6 | ||
|
|
706e36c847 | ||
|
|
a1beba6996 |
@@ -7,6 +7,7 @@ import { twMerge } from "tailwind-merge";
|
||||
*
|
||||
* @param inputs - Class values to combine (strings, objects, arrays)
|
||||
* @returns Merged class string with Tailwind conflicts resolved
|
||||
* @example cn('px-2 py-1', 'px-4') // Returns 'py-1 px-4'
|
||||
*/
|
||||
export function cn(...inputs: ClassValue[]) {
|
||||
return twMerge(clsx(inputs));
|
||||
|
||||
@@ -207,8 +207,8 @@ const handler = async (req: Request, context: { supabase: any; user: any; span:
|
||||
p_moderator_id: user.id,
|
||||
p_submitter_id: submission.user_id,
|
||||
p_request_id: requestId,
|
||||
p_trace_id: rootSpan.traceId,
|
||||
p_parent_span_id: rpcSpan.spanId
|
||||
p_approval_mode: 'selective',
|
||||
p_idempotency_key: idempotencyKey
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user