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

Commit

Permalink
Remove extraneous ✌️ quoting ✌️
Browse files Browse the repository at this point in the history
  • Loading branch information
tivac committed Aug 19, 2015
1 parent 98ad791 commit 05fdb1a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions router.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ module.exports = require("falcor-router").createClass([ {
return results.push({
path : [ "items", id, key ],
value : {
"$type" : "error",
value : "Unknown item"
$type : "error",
value : "Unknown item"
}
});
}
Expand All @@ -30,8 +30,8 @@ module.exports = require("falcor-router").createClass([ {
return results.push({
path : [ "items", id, key ],
value : {
"$type" : "error",
value : "Unknown field"
$type : "error",
value : "Unknown field"
}
});
}
Expand Down Expand Up @@ -65,8 +65,8 @@ module.exports = require("falcor-router").createClass([ {
return results.push({
path : [ "items", id, type, field ],
value : {
"$type" : "error",
value : "Unknown item"
$type : "error",
value : "Unknown item"
}
});
}
Expand Down

0 comments on commit 05fdb1a

Please sign in to comment.