Fixed settings usage.

This commit is contained in:
Jae Beojkkoch 2020-01-31 17:12:05 +01:00
parent 57aad0a4b7
commit 5ae4530984

View File

@ -3,7 +3,7 @@
var weechat = angular.module('weechat');
weechat.factory('imgur', 'settings', ['$rootScope', function($rootScope) {
weechat.factory('imgur', ['$rootScope', 'settings', function($rootScope, settings) {
var process = function(image, callback) {