This repository was archived by the owner on Jan 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ exports.admins = {
73
73
blockedConnectionTypes : [ ] ,
74
74
outputExample : { } ,
75
75
version : 'v2' ,
76
+ cacheEnabled : false ,
76
77
transaction : 'read' , // this action is read-only
77
78
databases : [ 'tcs_catalog' ] ,
78
79
run : function ( api , connection , next ) {
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ exports.copilots = {
61
61
blockedConnectionTypes : [ ] ,
62
62
outputExample : { } ,
63
63
version : 'v2' ,
64
+ cacheEnabled : false ,
64
65
transaction : 'read' , // this action is read-only
65
66
databases : [ 'tcs_catalog' ] ,
66
67
run : function ( api , connection , next ) {
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ exports.reviewers = {
140
140
blockedConnectionTypes : [ ] ,
141
141
outputExample : { } ,
142
142
version : 'v2' ,
143
+ cacheEnabled : false ,
143
144
transaction : 'read' , // this action is read-only
144
145
databases : [ 'tcs_catalog' ] ,
145
146
run : function ( api , connection , next ) {
@@ -326,4 +327,4 @@ exports.removeReviewer = {
326
327
api . helper . handleNoConnection ( api , connection , next ) ;
327
328
}
328
329
}
329
- } ;
330
+ } ;
You can’t perform that action at this time.
0 commit comments