Skip to content

Commit 43971ca

Browse files
committed
fixup! Added Liked collection to Actors
1 parent bce428c commit 43971ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dispatchers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ export async function likedDispatcher(
444444
const results = (await ctx.data.db.get<string[]>(['liked'])) || [];
445445
console.log(results);
446446

447-
let items: Activity[] = [];
447+
let items: Like[] = [];
448448
for (const result of results) {
449449
try {
450450
const thing = await ctx.data.globaldb.get([result]);

0 commit comments

Comments
 (0)