mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 22:44:26 +01:00
update
This commit is contained in:
@@ -125,7 +125,7 @@ export const { exec } = useBatch<TaskArg, TaskRes>(() => ({
|
||||
const {
|
||||
args: { kind, author, identifier },
|
||||
} = firstTask;
|
||||
filters.push({ kinds: [Kind.Contacts], authors: [author], '#d': [identifier] });
|
||||
filters.push({ kinds: [kind], authors: [author], '#d': [identifier] });
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user