Skip to content

Commit

Permalink
fix(package): checkDependency type
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Sep 17, 2022
1 parent 7476505 commit c9dd07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/shared/resource/version/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const checkDependency = (resource: string, minimumVersion: string, printMessage: string) =>
export const checkDependency = (resource: string, minimumVersion: string, printMessage?: boolean) =>
exports.ox_lib.checkDependency(resource, minimumVersion, printMessage);

0 comments on commit c9dd07a

Please sign in to comment.