Navigation Menu

Skip to content

Commit

Permalink
Fix response of DescribeSynonymOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 15, 2012
1 parent 700028a commit 6954543
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 @@ -484,7 +484,7 @@ handlers.DescribeSynonymOptions = function(context, request, response) {

domain.updateSynonymsSync(synonymOptions.synonyms);

response.send(createUpdateSynonymOptionsResponse({
response.send(createDescribeSynonymOptionsResponse({
synonymOptions: JSON.stringify(synonymOptions),
updatedAt: updatedAt,
createdAt: updatedAt
Expand Down

0 comments on commit 6954543

Please sign in to comment.