Skip to content

Commit

Permalink
fix: type in spec file (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naturalclar authored Oct 26, 2024
1 parent 22743a8 commit 0cc14f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ public NativeClipboardModuleSpec(ReactApplicationContext reactContext) {

@ReactMethod
@DoNotStrip
public abstract void removeListeners(int count);
public abstract void removeListeners(double count);
}

0 comments on commit 0cc14f3

Please sign in to comment.