Skip to content

Commit

Permalink
Rename checker builder file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzal3x committed Jan 29, 2025
1 parent fc4e7f3 commit bfc21aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal/server/src/blocklist_checker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import BlocklistChecker from "@lib/blocklist_checker";
import { config } from './configuration_loader';
import RedisClientFacade from './redis_client_facade';
import { StorageVariant } from './enums';
import { CheckerBuilder } from './abstract_list_checker';
import { CheckerBuilder } from './list_checker_builder';

/**
* Creates a blocklist checker instance based on the deduced storage variant.
Expand Down
File renamed without changes.

0 comments on commit bfc21aa

Please sign in to comment.