initial commit
This commit is contained in:
Generated
Vendored
+1
@@ -0,0 +1 @@
|
||||
export const getResolvedPartition = (region, { partitionHash }) => Object.keys(partitionHash || {}).find((key) => partitionHash[key].regions.includes(region)) ?? "aws";
|
||||
Reference in New Issue
Block a user