aboutsummaryrefslogtreecommitdiffstats
path: root/src/models/Service.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/models/Service.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/models/Service.js')
-rw-r--r--src/models/Service.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/Service.js b/src/models/Service.js
index ef1276619..a980ca4a3 100644
--- a/src/models/Service.js
+++ b/src/models/Service.js
@@ -6,7 +6,7 @@ import path from 'path';
6import userAgent from '../helpers/userAgent-helpers'; 6import userAgent from '../helpers/userAgent-helpers';
7import { TODOS_RECIPE_ID, todosStore } from '../features/todos'; 7import { TODOS_RECIPE_ID, todosStore } from '../features/todos';
8 8
9const debug = require('debug')('Franz:Service'); 9const debug = require('debug')('Ferdi:Service');
10 10
11export const RESTRICTION_TYPES = { 11export const RESTRICTION_TYPES = {
12 SERVICE_LIMIT: 0, 12 SERVICE_LIMIT: 0,