Skip to content

Commit 258372d

Browse files
committed
Create the blacklist.json
1 parent be7cbe1 commit 258372d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/data/blacklist.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[
2+
3+
"karma",
4+
"52913788",
5+
6+
]

src/pages/nuevo-empleo.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,10 @@ for (const key in categories) {
169169

170170
<script>
171171
import { backend_url } from "../data/conf.json";
172+
import blacklist from "../data/blacklist.json";
172173
import dayjs from "dayjs";
173174
import { showToast } from "../components/toast/toast";
174175

175-
const blacklist = ["[email protected]", "karma", "52913788","[email protected]"];
176-
177176
const jobForm = document.getElementById("job-form");
178177
const addJobBtn = document.getElementById("addJobBtn") as HTMLButtonElement;
179178

0 commit comments

Comments
 (0)