Skip to content

Commit 09f0323

Browse files
committed
fix: add comment about the default for greater than or equal to call
1 parent 31df6bf commit 09f0323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/unraid-api/unraid-file-modifier/file-modification.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export abstract class FileModification {
241241
}
242242

243243
protected async isUnraidVersionGreaterThanOrEqualTo(
244-
version: string = '7.2.0',
244+
version: string = '7.2.0', // Defaults to the version of Unraid that includes the API by default
245245
{ includePrerelease = true }: { includePrerelease?: boolean } = {}
246246
): Promise<boolean> {
247247
const unraidVersion = coerce(await getUnraidVersion(), { includePrerelease });

0 commit comments

Comments
 (0)