Skip to content

Commit

Permalink
Fixed up linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pchynoweth committed Feb 4, 2019
1 parent 9a25ade commit 4c935d1
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -644,7 +644,7 @@ describe('#validate()', () => {
origins: ['acme.com'],
methods: ['POST', 'OPTIONS'],
maxAge: 86400,
cacheControl: 'max-age=600, s-maxage=600, proxy-revalidate'
cacheControl: 'max-age=600, s-maxage=600, proxy-revalidate',
},
},
},
Expand All @@ -660,7 +660,7 @@ describe('#validate()', () => {
origins: ['acme.com'],
allowCredentials: false,
maxAge: 86400,
cacheControl: 'max-age=600, s-maxage=600, proxy-revalidate'
cacheControl: 'max-age=600, s-maxage=600, proxy-revalidate',
});
});

Expand All @@ -678,7 +678,7 @@ describe('#validate()', () => {
],
allowCredentials: true,
maxAge: 10000,
cacheControl: 'max-age=600, s-maxage=600, proxy-revalidate'
cacheControl: 'max-age=600, s-maxage=600, proxy-revalidate',
},
},
}, {
Expand Down

0 comments on commit 4c935d1

Please sign in to comment.