Skip to content

Commit

Permalink
umm
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev Patel authored and Dev Patel committed Jul 22, 2024
1 parent a6706ab commit 3273077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/sponsor/sponsor-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { StatusCodes } from "http-status-codes";
import { sendEmail } from "../ses/ses-utils";
import jsonwebtoken from "jsonwebtoken";
import { Config } from "../../config";
import * as bcrypt from 'bcrypt';
import * as bcrypt from "bcrypt";
const sponsorRouter = Router();

// Get favorite events for an attendee
Expand Down

0 comments on commit 3273077

Please sign in to comment.