Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
fix(lobbies.create): add missing import for captcha config
Browse files Browse the repository at this point in the history
  • Loading branch information
ABCxFF committed Sep 12, 2024
1 parent ca4bd7f commit dbfb8a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/lobbies/scripts/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
PlayerRequest,
PlayerResponseWithToken,
} from "../utils/player.ts";
import { getCaptchaProvider } from "../utils/captcha_config.ts";

export interface Request {
version: string;
Expand Down

0 comments on commit dbfb8a3

Please sign in to comment.