directly use PurgeCacheWorker now

This commit is contained in:
Kyle Drake 2017-08-01 18:06:51 -07:00
parent f8db008a0d
commit b3a5b2d860
2 changed files with 8 additions and 8 deletions

View file

@ -10,7 +10,7 @@ class PurgeCacheWorker
60
end
def perform(proxy_ip, username, path)
def perform(username, path)
# Must always have a forward slash
path = '/' + path if path[0] != '/'