Skip to content

Commit

Permalink
auto
Browse files Browse the repository at this point in the history
  • Loading branch information
973432436 committed May 25, 2021
1 parent 076f157 commit 9b114de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/memcache/_.aardio
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace memcache{
return self._meta.saveAll;
}
var cfg = owner._mcached.get( k );
if( (#cfg) && (type(cfg)==type.string) && (cfg[1]==91/*[*/ || cfg[1]==123/*}*/) ){
if( (#cfg) && (type(cfg)==type.string) && (cfg[1]==91/*[*/ || cfg[1]==123/*{*/) ){
cfg = ..web.json.parse(cfg);
}
if( !(cfg) ){
Expand Down

0 comments on commit 9b114de

Please sign in to comment.