Skip to content

Commit

Permalink
fix: adding ams delivery type
Browse files Browse the repository at this point in the history
  • Loading branch information
rpapani committed Jan 18, 2025
1 parent 8b02099 commit 8930070
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class Site extends BaseModel {
static DELIVERY_TYPES = {
AEM_CS: 'aem_cs',
AEM_EDGE: 'aem_edge',
AEM_AMS: 'aem_ams',
OTHER: 'other',
};

Expand Down

0 comments on commit 8930070

Please sign in to comment.