fix: preview images

This commit is contained in:
Travis Fischer
2021-01-17 22:45:14 -05:00
parent f6f31495a2
commit cfc5788ded
8 changed files with 62 additions and 50 deletions

View File

@@ -28,6 +28,7 @@ export async function createPreviewImage(
url: string,
id: string
): Promise<types.PreviewImage> {
console.log('createPreviewImage lambda', { url, id })
const doc = db.images.doc(id)
try {