Revert "API uses match to filter by slug"

This reverts commit e286428722.
This commit is contained in:
Sven Fuchs 2014-08-12 15:53:06 +02:00
parent a9b1560999
commit 0a9fdb718c

View File

@ -49,7 +49,7 @@ Travis.CacheItemController = Ember.ObjectController.extend
if confirm('Are you sure?')
@set('isDeleting', true)
data = { branch: @get('branch'), match: @get('slug') }
data = { branch: @get('branch'), slug: @get('slug') }
deletingDone = => @set('isDeleting', false)