aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/ServicesStore.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-11-22 10:53:11 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-11-22 10:53:11 +0100
commitaef5033ef19bf51dbacc0dcdfe76ec2d90173531 (patch)
tree42eaf9512651aeef8fc61c035f59cb37c663c2e7 /src/stores/ServicesStore.js
parentFix disable save service button (diff)
downloadferdium-app-aef5033ef19bf51dbacc0dcdfe76ec2d90173531.tar.gz
ferdium-app-aef5033ef19bf51dbacc0dcdfe76ec2d90173531.tar.zst
ferdium-app-aef5033ef19bf51dbacc0dcdfe76ec2d90173531.zip
Add "Franz" to debug identifiers
Diffstat (limited to 'src/stores/ServicesStore.js')
-rw-r--r--src/stores/ServicesStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/ServicesStore.js b/src/stores/ServicesStore.js
index 4c2992c70..c5822968a 100644
--- a/src/stores/ServicesStore.js
+++ b/src/stores/ServicesStore.js
@@ -7,7 +7,7 @@ import CachedRequest from './lib/CachedRequest';
7import { matchRoute } from '../helpers/routing-helpers'; 7import { matchRoute } from '../helpers/routing-helpers';
8import { gaEvent } from '../lib/analytics'; 8import { gaEvent } from '../lib/analytics';
9 9
10const debug = require('debug')('ServiceStore'); 10const debug = require('debug')('Franz:ServiceStore');
11 11
12export default class ServicesStore extends Store { 12export default class ServicesStore extends Store {
13 @observable allServicesRequest = new CachedRequest(this.api.services, 'all'); 13 @observable allServicesRequest = new CachedRequest(this.api.services, 'all');