Skip to content

Commit

Permalink
Update apiFunctions.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GlazerMann authored Jan 25, 2024
1 parent d751e4d commit a41d476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apiFunctions.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static function check_memory_use() : void {
}
public static function free_memory() : void {
self::$doi2bib = [];
sself::$bib2doi = [];
self::$bib2doi = [];
gc_collect_cycles();
}

Expand Down

0 comments on commit a41d476

Please sign in to comment.