Skip to content

Commit be7cbe1

Browse files
more people for black list
1 parent 6d252a3 commit be7cbe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/nuevo-empleo.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ for (const key in categories) {
172172
import dayjs from "dayjs";
173173
import { showToast } from "../components/toast/toast";
174174

175-
const blacklist = ["[email protected]", "karma"];
175+
const blacklist = ["[email protected]", "karma", "52913788","[email protected]"];
176176

177177
const jobForm = document.getElementById("job-form");
178178
const addJobBtn = document.getElementById("addJobBtn") as HTMLButtonElement;

0 commit comments

Comments
 (0)