Navigation Menu

Skip to content

Commit

Permalink
Fix response of DescribeDefaultSearchField action
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 15, 2012
1 parent b79506f commit 0e9f9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/2011-02-01/configuration.js
Expand Up @@ -533,7 +533,7 @@ handlers.DescribeDefaultSearchField = function(context, request, response) {
try {
var field = domain.defaultSearchField;
var updatedAt = new Date();
response.send(createUpdateDefaultSearchFieldResponse({
response.send(createDescribeDefaultSearchFieldResponse({
fieldName: field ? field.name : '',
updatedAt: updatedAt,
createdAt: updatedAt
Expand Down

0 comments on commit 0e9f9fb

Please sign in to comment.