aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/planSelection/api.js
diff options
context:
space:
mode:
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 () => {