diff --git a/api.js b/api.js index d08e9a2..9646b1d 100644 --- a/api.js +++ b/api.js @@ -119,7 +119,7 @@ BotanJS.prototype.compile = function( type ) Dragonfly.Debug( "Storing " + _trim( ch ) + " to fastcache[ " + fastCache.id + " ]" ); fastCache.spawn( 10 ); - fastCache.set( type, ch ); + fastCache.set({ type: ch }); if( res.statusCode != 200 ) {