From 210131ca184c3aa043371857c022aa1aa149efbf Mon Sep 17 00:00:00 2001 From: Aditya Mangalampalli Date: Fri, 15 Apr 2022 02:00:25 -0700 Subject: Matched casing for almost all replacements --- src/features/serviceProxy/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/features/serviceProxy') diff --git a/src/features/serviceProxy/index.ts b/src/features/serviceProxy/index.ts index f095b286a..bdc21e97e 100644 --- a/src/features/serviceProxy/index.ts +++ b/src/features/serviceProxy/index.ts @@ -1,7 +1,7 @@ import { autorun, observable } from 'mobx'; import { session } from '@electron/remote'; -const debug = require('debug')('Ferdi:feature:serviceProxy'); +const debug = require('debug')('Ferdium:feature:serviceProxy'); export const config = observable({ isEnabled: true, -- cgit v1.2.3-54-g00ecf