You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/GraphRequest.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -272,7 +272,7 @@ export class GraphRequest {
272
272
}
273
273
}
274
274
}else{
275
-
/*Push values which are not of key-value structure.
275
+
/*Push values which are not of key-value structure.
276
276
Example-> Handle an invalid input->.query(123) and let the Graph API respond with the error in the URL*/this.urlComponents.otherURLQueryOptions.push(queryDictionaryOrString);
0 commit comments