Skip to content

Commit

Permalink
Fixed sample data..
Browse files Browse the repository at this point in the history
  • Loading branch information
dberesford committed Nov 22, 2011
1 parent 574dc8f commit 2704f5b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions cloud/storesController.js
@@ -1,7 +1,7 @@
var CONFIG = require("config.js");

var sampleResponse = {
"data":[
var sampleResponse =
[
{
"address":[
"Cappoquin",
Expand Down Expand Up @@ -827,9 +827,7 @@ var sampleResponse = {
"Cards"
]
}
],
"status":"ok"
};
];

/*
* Get all stores that match the given query
Expand Down

0 comments on commit 2704f5b

Please sign in to comment.