Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
fix: swift 4.1 modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Compton committed Apr 26, 2018
1 parent 2505e4b commit 7c5cd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refresh/templates/crud/Resource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public class <%- model.classname %>Resource {
Log.error("InternalServerError during handleDeleteAll: \(error)")
response.status(.internalServerError)
} else {
response.send([])
response.send("[]")
}
next()
}
Expand Down

0 comments on commit 7c5cd1e

Please sign in to comment.