Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
fix(proxy): use FastlyJSON when talking to Fastly API
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed May 6, 2019
1 parent 4d54a95 commit 9d40b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fastly/backends.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async function updatestrains(fastly, version, strains) {
const updateorigins = Object.values(origins).map(origin => fastly.writeBackend(
version,
origin.name,
origin.toJSON(),
origin.toFastlyJSON(),
));

return Promise.all([
Expand Down

0 comments on commit 9d40b93

Please sign in to comment.