mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Fix cache_settings request
This commit is contained in:
parent
ab0979b958
commit
c6abc2ae7b
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ async.waterfall([
|
|||
async.apply(
|
||||
fastly.request.bind(fastly), 'PUT',
|
||||
fastly.getFastlyAPIPrefix(serviceId, version.number) + '/cache_settings/Pass',
|
||||
{request_condition: PASS_CACHE_CONDITION_NAME}
|
||||
{cache_condition: PASS_CACHE_CONDITION_NAME}
|
||||
),
|
||||
], cb)
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue