cache the user-profile lookup results in a list
This commit is contained in:
@@ -1734,7 +1734,7 @@ export const PlatformServiceMixin = {
|
||||
/**
|
||||
* Get data from temp table by ID
|
||||
* Currently set by main.capacitor.ts storeSharedImageInTempDB()
|
||||
*
|
||||
*
|
||||
* @param id Temporary storage ID
|
||||
* @returns Promise<Temp | null> Temporary data or null if not found
|
||||
*/
|
||||
@@ -1749,7 +1749,7 @@ export const PlatformServiceMixin = {
|
||||
|
||||
/**
|
||||
* Delete data from temp table by ID
|
||||
*
|
||||
*
|
||||
* @param id Temporary storage ID
|
||||
* @returns Promise<boolean> Success status
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user