Skip to content

Commit

Permalink
fixed return type
Browse files Browse the repository at this point in the history
  • Loading branch information
dileping committed Mar 4, 2016
1 parent a42b309 commit e705ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Express/Static.swift
Expand Up @@ -40,7 +40,7 @@ public class StaticFileProvider : StaticDataProviderType {
return root.bridge().stringByAppendingPathComponent(file)
}

private func attributes(file:String) throws -> [String : AnyObject] {
private func attributes(file:String) throws -> [String : Any] {
do {
return try self.fm.attributesOfItemAtPath(file)
} catch {
Expand Down

0 comments on commit e705ca4

Please sign in to comment.