Skip to content

Commit

Permalink
Update episodes.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fschaal authored Feb 26, 2024
1 parent 860acb9 commit dc145b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/episodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const episodes = {
async loadFeed({ commit }) {
commit("toggleLoading");
const feed = await parser.parseURL(
"https://prod-34.westeurope.logic.azure.com/workflows/3ee1a13477b349f0b3ca698efe651e9b/triggers/manual/paths/invoke?api-version=2016-10-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=oo-rJka_vszj5Wu8uCev0SRmA2ro3QePUV8y-g8bpNo"
"https://prod-115.westeurope.logic.azure.com:443/workflows/1723d19bbfce4f8f9c1fa70ac8e5bf00/triggers/manual/paths/invoke?api-version=2016-10-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=T5YMKgVH_HA4iTJnBFq2dZs-mVZvSKwq99H_nK8JSbs"
);

commit("setFeed", feed);
Expand Down

0 comments on commit dc145b4

Please sign in to comment.