Skip to content

Commit

Permalink
chore: adding new users to white list
Browse files Browse the repository at this point in the history
  • Loading branch information
qFamouse committed Sep 21, 2022
1 parent 2ee5f10 commit 1840422
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/utils/isVerifiedUser.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
export const isVerifiedUser = async function () : Promise<boolean> {
let whiteList = [
"1901080131"
"1901080131", // Ткач
"1901080028", // Иванов
"1901080030", // Кириллов
"1901080027", // Шерегов
"1901080024", // Струков
"1901080025", // Попов
"1901080130", // Немцов
"1901080133", // Веренич
"1901080036", // Ковзов
"1601080114", // Троцкий
"1901080033", // Дашкевич
"1901080021", // Кулаков
"1901080037", // Кузьменков
"1901080022", // Тюрин
"1901080026" // Пищейко
];

let date = new Date();
Expand Down

0 comments on commit 1840422

Please sign in to comment.