Correct brace addition to VCL

This commit is contained in:
Colby Gutierrez-Kraybill 2017-11-30 11:38:14 -05:00
parent 785667691e
commit 1e8bf2653c

View file

@ -99,7 +99,7 @@ var FastlyConfigMethods = {
' set beresp.ttl = 0s;\n' +
' set beresp.grace = 0s;\n' +
' return(pass);\n' +
' }\n';
' }\n' +
'}\n';
}
};