Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit cb18725

Browse files
committed
fix more mistakes
1 parent 7e035a0 commit cb18725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/challenges.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2684,7 +2684,7 @@ exports.submitForDevelopChallenge = {
26842684
blockedConnectionTypes: [],
26852685
outputExample: {},
26862686
version: 'v2',
2687-
transaction: 'read',
2687+
transaction: 'write',
26882688
cacheEnabled : false,
26892689
databases: ["tcs_catalog", "common_oltp"],
26902690
run: function (api, connection, next) {
@@ -2709,7 +2709,7 @@ exports.uploadForDevelopChallenge = {
27092709
blockedConnectionTypes: [],
27102710
outputExample: {},
27112711
version: 'v2',
2712-
transaction: 'read',
2712+
transaction: 'write',
27132713
cacheEnabled : false,
27142714
databases: ["tcs_catalog", "common_oltp"],
27152715
run: function (api, connection, next) {

0 commit comments

Comments
 (0)