Merged in feat/sw-3525-sas-member-type-in-tracking (pull request #2931)

feat(SW-3525): Set correct member type in tracking for partner-sas

* Set correct member type in tracking for partner-sas


Approved-by: Joakim Jäderberg
This commit is contained in:
Anton Gunnarsson
2025-10-09 12:47:38 +00:00
parent d298d5c2ff
commit a5759205ec
6 changed files with 53 additions and 6 deletions
+1
View File
@@ -29,6 +29,7 @@ export function createContext(opts: CreateContextOptions) {
url: opts.url,
webToken: opts.webToken,
contentType: opts.contentType,
app: opts.app,
}
}