Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Jun 30, 2023
1 parent 96c4b35 commit 47fffd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/Link.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function openOldDotLink(url) {
API.makeRequestWithSideEffects('OpenOldDotLink', {}, {})
.then((response) => buildOldDotURL(url, response.shortLivedAuthToken))
.catch(() => buildOldDotURL(url)),
(urlRes) => urlRes,
(oldDotURL) => oldDotURL,
);
}

Expand Down

0 comments on commit 47fffd3

Please sign in to comment.