chore: missing semis on payload pointer files

This commit is contained in:
Elliot DeNolf
2024-03-26 18:45:09 -04:00
parent a1e8c4eb2b
commit dd37519185
2 changed files with 4 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
export { getFileByPath } from './dist/uploads/getFileByPath.js'
//# sourceMappingURL=uploads.d.ts.map
export { getFileByPath } from './dist/uploads/getFileByPath.js';
//# sourceMappingURL=uploads.d.ts.map

View File

@@ -1,3 +1,3 @@
export { getFileByPath } from './dist/uploads/getFileByPath.js'
export { getFileByPath } from './dist/uploads/getFileByPath.js';
//# sourceMappingURL=uploads.js.map
//# sourceMappingURL=uploads.js.map