Skip to content

Commit c3d2a8c

Browse files
committed
feat: fix wrapcast char limit
1 parent 1642bc0 commit c3d2a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/launches/providers/warpcast/warpcast.provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ export default withProvider(
6464
}
6565
return true;
6666
},
67-
3000
67+
1024
6868
);

0 commit comments

Comments
 (0)