Skip to content

Commit a4847ce

Browse files
Merge pull request #162 from aprezcuba24/blacklist
Create the blacklist.json
2 parents be7cbe1 + 258372d commit a4847ce

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)