File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
src/components/engagement/dto Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ import {
25
25
import { BaseNode } from '~/core/database/results' ;
26
26
import { e } from '~/core/edgedb' ;
27
27
import { LinkTo , RegisterResource } from '~/core/resources' ;
28
- import { ScopedRole } from '../../authorization/dto' ;
29
28
import { ChangesetAware } from '../../changeset/dto' ;
30
29
import { Product , SecuredMethodologies } from '../../product/dto' ;
31
30
import {
@@ -132,10 +131,6 @@ class Engagement extends Interfaces {
132
131
@DateTimeField ( )
133
132
readonly modifiedAt : DateTime ;
134
133
135
- // A list of non-global roles the requesting user has available for this object.
136
- // This is just a cache, to prevent extra db lookups within the same request.
137
- declare readonly scope : ScopedRole [ ] ;
138
-
139
134
@Field ( )
140
135
readonly description : SecuredRichTextNullable ;
141
136
}
You can’t perform that action at this time.
0 commit comments