Skip to content

Commit 0c99f9c

Browse files
committed
clean up
1 parent 46bd345 commit 0c99f9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AirshipActions.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export class AirshipActions {
1515
* successfully runs, or the Error if the action was unable to be run.
1616
*/
1717
public run(
18-
actionName: String,
19-
actionValue: JsonValue
18+
actionName: string,
19+
actionValue?: JsonValue
2020
): Promise<JsonValue | null | undefined> {
2121
return this.module.actionRun({name: actionName, value: actionValue});
2222
}

0 commit comments

Comments
 (0)