chore: move getFileByPath to payload/uploads

This commit is contained in:
Elliot DeNolf
2024-03-19 01:46:28 -04:00
parent 99adfd2bba
commit 7857c80c79
10 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
import type { Payload } from 'payload'
import path from 'path'
import { getFileByPath } from 'payload/utilities'
import { getFileByPath } from 'payload/uploads'
import { fileURLToPath } from 'url'
import { initPayloadInt } from '../helpers/initPayloadInt.js'