Skip to content

Commit 3b7ec8e

Browse files
committed
fix: use administrativeAreaId in in-review workqueue
1 parent b1606b2 commit 3b7ec8e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/api/workqueue/workqueueConfig.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,10 @@ export const Workqueues = defineWorkqueues([
222222
flags: {
223223
noneOf: [InherentFlags.REJECTED, 'validated']
224224
},
225-
updatedAtLocation: { type: 'within', location: user('primaryOfficeId') }
225+
updatedAtLocation: {
226+
type: 'within',
227+
location: user('administrativeAreaId')
228+
}
226229
},
227230
actions: [
228231
{

0 commit comments

Comments
 (0)