summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/map_handler.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map_handler.erl b/src/map/map_handler.erl index 9c7f4ce..0866315 100644 --- a/src/map/map_handler.erl +++ b/src/map/map_handler.erl @@ -21,7 +21,7 @@ start (TimedCachesManagerPid) -> case shr_database:fetch(map_db, <<"0">>, admin) of {ok, _} -> ok; not_found -> - shr_database:insert + shr_database:insert_at ( map_db, <<"0">>, |