mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add nat to feature flagged users
This commit is contained in:
parent
24b622fffb
commit
2b4cbb219a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { UserBasicData } from "./networking/queries/useGetViewerQuery"
|
||||
|
||||
const VIP_USERS = ['jacksonh', 'satindar', 'hongbo']
|
||||
const VIP_USERS = ['jacksonh', 'satindar', 'hongbo', 'nat']
|
||||
|
||||
export const isVipUser = (user: UserBasicData): boolean => {
|
||||
return VIP_USERS.includes(user.profile.username)
|
||||
|
|
|
|||
Loading…
Reference in a new issue