Skip to content

Commit

Permalink
fix: typing
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzano committed Sep 17, 2023
1 parent 83e4e38 commit 97b4a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anonymizers/consts/provider-emoji.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {get} from 'node-emoji';
import {type ProviderType} from '../../types/types';

export const providerEmoji: Record<ProviderType, string> = {
export const providerEmoji: Record<ProviderType, string | undefined> = {
mask: get('performing_arts'),
fake: get('four_leaf_clover'),
const: get('ice_cube'),
Expand Down

0 comments on commit 97b4a94

Please sign in to comment.