This repository was archived by the owner on Aug 28, 2024. It is now read-only.
Commit 5f7036a
Tomi Tavela
site ContextInfo fix
When accessing another site collection from the current context, the returned ContextInfo was still using the current context.
new pnp.Site("https://contoso.sharepoint.com").getContextInfo().then((context: ContextInfo) => {
console.log(context);
})1 parent fcc6cf6 commit 5f7036a
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments