aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/planSelection/api.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-17 17:08:05 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-17 13:18:26 +0000
commit1fcfccd9fb8d52a599aea1145deff7c3aaecaa97 (patch)
treef08453e0e4d2256eff24803ff83918ce327998d8 /src/features/planSelection/api.js
parentMissed 'prepare' step that enforces the installation of the git pre-commit hooks (diff)
downloadferdium-app-1fcfccd9fb8d52a599aea1145deff7c3aaecaa97.tar.gz
ferdium-app-1fcfccd9fb8d52a599aea1145deff7c3aaecaa97.tar.zst
ferdium-app-1fcfccd9fb8d52a599aea1145deff7c3aaecaa97.zip
Changed occurrences of 'Franz' to 'Ferdi' (probably missed earlier while catchup from Franz source). [skip ci]
Diffstat (limited to 'src/features/planSelection/api.js')
-rw-r--r--src/features/planSelection/api.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/planSelection/api.js b/src/features/planSelection/api.js
index 734643f10..65e6c2e82 100644
--- a/src/features/planSelection/api.js
+++ b/src/features/planSelection/api.js
@@ -2,7 +2,7 @@ import { sendAuthRequest } from '../../api/utils/auth';
2import { API, API_VERSION } from '../../environment'; 2import { API, API_VERSION } from '../../environment';
3import Request from '../../stores/lib/Request'; 3import Request from '../../stores/lib/Request';
4 4
5const debug = require('debug')('Franz:feature:planSelection:api'); 5const debug = require('debug')('Ferdi:feature:planSelection:api');
6 6
7export const planSelectionApi = { 7export const planSelectionApi = {
8 downgrade: async () => { 8 downgrade: async () => {