Skip to content

Commit

Permalink
Remove isEmailTag import from data middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed Apr 20, 2021
1 parent 0db64ad commit f8ad09e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/state/data/middleware.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { v4 as uuid } from 'uuid';

import { isEmailTag } from '../../utils/is-email-tag';
import { tagHashOf } from '../../utils/tag-hash';
import exportZipArchive from '../../utils/export';
import { withTag } from '../../utils/tag-hash';
Expand Down

0 comments on commit f8ad09e

Please sign in to comment.