refactor(actions): complete priority-1 consumer import migration pass
This commit is contained in:
@@ -67,7 +67,7 @@ export async function fetchAdminStorageData() {
|
||||
const blobWithHash = {
|
||||
...blob,
|
||||
hashedfilepath,
|
||||
isTmpFile,
|
||||
isTmpFile
|
||||
};
|
||||
|
||||
let folderGroup = acc.find(
|
||||
@@ -80,7 +80,7 @@ export async function fetchAdminStorageData() {
|
||||
hasRepJson: false,
|
||||
repJsonBlob: null,
|
||||
repComplete: false,
|
||||
hasTmpFile: false,
|
||||
hasTmpFile: false
|
||||
};
|
||||
acc.push(folderGroup);
|
||||
}
|
||||
@@ -137,7 +137,7 @@ export async function fetchAdminStorageData() {
|
||||
? {
|
||||
id: user.id,
|
||||
email: user.email,
|
||||
containers: containersWithHashes,
|
||||
containers: containersWithHashes
|
||||
}
|
||||
: null;
|
||||
})
|
||||
@@ -150,7 +150,7 @@ export async function fetchAdminStorageData() {
|
||||
.map((user) => ({
|
||||
id: user.id,
|
||||
email: user.email,
|
||||
created: user.emailVerified?.toLocaleString("en-GB") || "",
|
||||
created: user.emailVerified?.toLocaleString("en-GB") || ""
|
||||
}));
|
||||
|
||||
let repCompleteCount = 0;
|
||||
|
||||
Reference in New Issue
Block a user