Skip to content

Commit

Permalink
Update EntitlementsRepository.php
Browse files Browse the repository at this point in the history
  • Loading branch information
key2peace authored Oct 22, 2023
1 parent c0d894c commit d7d9fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Discord/Repository/Interaction/EntitlementsRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ class EntitlementsRepository extends AbstractRepository
*/
protected $endpoints = [
'all' => Endpoint::APPLICATION_ENTITLEMENTS,
'create' => Endpoint::APPLICATION_TEST_ENTITLEMENTS,
'delete' => Endpoint::APPLICATION_TEST_ENTITLEMENT,
'create' => Endpoint::APPLICATION_ENTITLEMENTS,
'delete' => Endpoint::APPLICATION_ENTITLEMENT,
];

/**
Expand Down

0 comments on commit d7d9fa8

Please sign in to comment.