suno-api icon indicating copy to clipboard operation
suno-api copied to clipboard

Add missing null check in get clip.

Open 6bangs opened this issue 1 month ago • 1 comments

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'.

6bangs avatar May 22 '24 05:05 6bangs