Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzal3x committed Jan 29, 2025
1 parent bfc21aa commit 29fb9c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion portal/server/src/allowlist_checker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { createClient, EdgeConfigClient } from '@vercel/edge-config';
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';
import AllowlistChecker from './allowlist_checker_interface';

/**
Expand Down
1 change: 1 addition & 0 deletions portal/server/src/list_checker_builder.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

import { StorageVariant } from "./enums";
import { config } from "./configuration_loader";
import BlocklistChecker from "@lib/blocklist_checker";
Expand Down

0 comments on commit 29fb9c7

Please sign in to comment.