Skip to content

Commit 230a7af

Browse files
committed
removed bun password import AGAIN
1 parent eab67a8 commit 230a7af

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/controllers/member.controller.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import * as memberService from "../services/member.service";
33
import { ApiError } from "../utils/apiError";
44
import { deleteImage, uploadImage } from "../utils/imageUtils";
55
import { SupabaseClient } from "@supabase/supabase-js";
6-
import { password } from "bun";
76

87
// List all approved members
98
export const listAllApprovedMembers = async (req: Request, res: Response) => {

0 commit comments

Comments
 (0)