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 = {
7373 blockedConnectionTypes : [ ] ,
7474 outputExample : { } ,
7575 version : 'v2' ,
76+ cacheEnabled : false ,
7677 transaction : 'read' , // this action is read-only
7778 databases : [ 'tcs_catalog' ] ,
7879 run : function ( api , connection , next ) {
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ exports.copilots = {
6161 blockedConnectionTypes : [ ] ,
6262 outputExample : { } ,
6363 version : 'v2' ,
64+ cacheEnabled : false ,
6465 transaction : 'read' , // this action is read-only
6566 databases : [ 'tcs_catalog' ] ,
6667 run : function ( api , connection , next ) {
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ exports.reviewers = {
140140 blockedConnectionTypes : [ ] ,
141141 outputExample : { } ,
142142 version : 'v2' ,
143+ cacheEnabled : false ,
143144 transaction : 'read' , // this action is read-only
144145 databases : [ 'tcs_catalog' ] ,
145146 run : function ( api , connection , next ) {
@@ -326,4 +327,4 @@ exports.removeReviewer = {
326327 api . helper . handleNoConnection ( api , connection , next ) ;
327328 }
328329 }
329- } ;
330+ } ;
You can’t perform that action at this time.
0 commit comments