mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
closes #303
This commit is contained in:
@@ -31,8 +31,6 @@ var RDB = require('./redis.js'),
|
||||
};
|
||||
RDB.hmset('category:' + cid, category);
|
||||
|
||||
RDB.set('categoryslug:' + slug + ':cid', cid);
|
||||
|
||||
callback(null, category);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user