Skip to content

Commit 1c79ce7

Browse files
committed
nit
1 parent a246759 commit 1c79ce7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/client/src/classes/client.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ class Client {
9999
return this;
100100
}
101101

102+
/**
103+
* Global is the default residency (or region)
104+
* Global region means the message will be sent through https://api.sendgrid.com
105+
* EU region means the message will be sent through https://api.eu.sendgrid.com
106+
**/
102107
setDataResidency(region) {
103108
if (!REGION_HOST_MAP.hasOwnProperty(region)) {
104109
console.warn('Region can only be "global" or "eu".');

0 commit comments

Comments
 (0)