token-select的一个checker会导致无限递归

This commit is contained in:
Xu Chang 2022-07-06 16:41:29 +08:00
parent 8643173065
commit cd06ea1416
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import { addFilterSegment, combineFilters } from "oak-domain/lib/store/filter";
const checkers: Checker<EntityDict, 'token', GeneralRuntimeContext<EntityDict>> [] = [
{
type: 'user',
type: 'data',
action: 'select',
entity: 'token',
checker: async ({ operation }, context) => {