Skip to content

Commit b773a7c

Browse files
committed
lint
1 parent 5100777 commit b773a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/@/api/universal-bridge/developer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export async function deleteWebhook(props: {
9797
return;
9898
}
9999

100-
export type PaymentLink = {
100+
type PaymentLink = {
101101
id: string;
102102
link: string;
103103
title: string;

0 commit comments

Comments
 (0)