Skip to content

Commit 3c3c8eb

Browse files
Ahmed QadriAhmed Qadri
Ahmed Qadri
authored and
Ahmed Qadri
committed
updated email
1 parent 65c1f92 commit 3c3c8eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/demo_provisioning_scripts/LDPlatform.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ def get_user_id(self, email):
907907
)
908908
data = json.loads(res.text)
909909
if data["totalCount"] == 0:
910-
return self.get_user_id("aqadri@launchdarkly.com")
910+
return self.get_user_id("demoengineering@launchdarkly.com")
911911

912912
self.user_id = data["items"][0]["_id"]
913913
return self.user_id

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)