digitalutsc / arks-service

This standalone application provides a user interface to mint, (bulk) bind ARK Identifiers, and resolver for Ark URLs.
BSD 2-Clause "Simplified" License
8 stars 3 forks source link

Fixed duplicate entries in the bound and unbound tables #38

Closed HyphenHook closed 1 month ago

HyphenHook commented 2 months ago

Removed

if (!empty($r)) {
    array_push($result, $r);
  }

From the bound and unbound REST calls to prevent the additional entry being appended to the resultant array.