[Groonga-commit] groonga/gcs [master] Fix response of DescribeSynonymOptions

Back to archive index

SHIMODA Hiroshi null+****@clear*****
Wed Aug 15 12:51:04 JST 2012


SHIMODA Hiroshi	2012-08-15 12:51:04 +0900 (Wed, 15 Aug 2012)

  New Revision: 69545433ff4a111068e3655270e4c6094f32fa9d
  https://github.com/groonga/gcs/commit/69545433ff4a111068e3655270e4c6094f32fa9d

  Log:
    Fix response of DescribeSynonymOptions

  Modified files:
    lib/api/2011-02-01/configuration.js

  Modified: lib/api/2011-02-01/configuration.js (+1 -1)
===================================================================
--- lib/api/2011-02-01/configuration.js    2012-08-15 12:50:24 +0900 (d36481a)
+++ lib/api/2011-02-01/configuration.js    2012-08-15 12:51:04 +0900 (b321c14)
@@ -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
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index