@edgedev/firebase 2.1.53 → 2.1.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/edgeFirebase.ts +2 -2
- package/package.json +1 -1
package/edgeFirebase.ts
CHANGED
|
@@ -2137,7 +2137,7 @@ export const EdgeFirebase = class {
|
|
|
2137
2137
|
fileSize: file.size,
|
|
2138
2138
|
directory: filePath,
|
|
2139
2139
|
filePath: '',
|
|
2140
|
-
|
|
2140
|
+
r2FilePath: '',
|
|
2141
2141
|
r2URL: '',
|
|
2142
2142
|
isPublic: isPublic,
|
|
2143
2143
|
toR2: toR2,
|
|
@@ -2166,7 +2166,7 @@ export const EdgeFirebase = class {
|
|
|
2166
2166
|
directory: filePath,
|
|
2167
2167
|
fileDocId: fileDocId,
|
|
2168
2168
|
filePath: tempFilePath,
|
|
2169
|
-
|
|
2169
|
+
r2FilePath: '',
|
|
2170
2170
|
r2URL: '',
|
|
2171
2171
|
isPublic: isPublic ? 'true' : '',
|
|
2172
2172
|
toR2: toR2 ? 'true' : '',
|