Skip to content

Commit

Permalink
fix: holding it wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhooks committed Jan 7, 2025
1 parent 0d9c4c0 commit 6a17919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/ai-hero/src/lib/post-utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import crypto from 'node:crypto'
import crypto from 'crypto'
import { guid } from '@/utils/guid'
import slugify from '@sindresorhus/slugify'

Expand Down
2 changes: 1 addition & 1 deletion apps/egghead/src/lib/posts.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import crypto from 'node:crypto'
import crypto from 'crypto'
import { guid } from '@/utils/guid'
import slugify from '@sindresorhus/slugify'
import { z } from 'zod'
Expand Down

0 comments on commit 6a17919

Please sign in to comment.