Skip to content

Commit

Permalink
fix: Trigger build for new features
Browse files Browse the repository at this point in the history
  • Loading branch information
mrseanryan committed Dec 27, 2018
1 parent 82b3ca7 commit 4b8cbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bars/files/ImageFinder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { FileUtils } from "../../utils/FileUtils";
import { Nodash } from "../../utils/Nodash";
import { IOutputter } from "../../utils/outputter/IOutputter";

// TODO xxx remove limit on file count, once have paging
// TODO xxx remove limit on file count, once we have paging
const MAX_FILES = 100;

export namespace ImageFinder {
Expand Down

0 comments on commit 4b8cbb4

Please sign in to comment.