cleanup
This commit is contained in:
@@ -31,7 +31,7 @@ export const useMarketScanStore = defineStore(marketScans, () => {
|
||||
marketScan.value = await pb.collection(marketScans).create({ owner: pb.authStore.model!.id, types });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
watchCollection<MarketScan>(marketScans, '*', data => {
|
||||
if (data.action === 'delete') {
|
||||
marketScan.value = undefined;
|
||||
|
||||
Reference in New Issue
Block a user