mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-04 22:16:08 +00:00
Fix coffescript typo
This commit is contained in:
@@ -34,7 +34,7 @@ angular.module("admin.enterprises").factory 'PermalinkChecker', ($q, $http) ->
|
||||
deferredRequest.reject()
|
||||
|
||||
deferredRequest.promise.finally ->
|
||||
request = deferredRequest.promise = null;
|
||||
request = deferredRequest.promise = null
|
||||
|
||||
deferredRequest.promise
|
||||
|
||||
|
||||
Reference in New Issue
Block a user