suno-api
suno-api copied to clipboard
Add missing null check in get clip.
Fixes build error:
Type error: Argument of type 'string | null' is not assignable to parameter of type 'string'.
Type 'null' is not assignable to type 'string'.