From 8a352fef9a57a3444be11d1250e9a62a65e89cae Mon Sep 17 00:00:00 2001 From: rasswanth-s <43314053+rasswanth-s@users.noreply.github.com> Date: Tue, 15 Aug 2023 08:48:49 +0530 Subject: [PATCH] modified code retrieval due to error with order in DB --- notebooks/api/0.8/05-custom-policy.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/api/0.8/05-custom-policy.ipynb b/notebooks/api/0.8/05-custom-policy.ipynb index 79e309ac24f..e837464fa34 100644 --- a/notebooks/api/0.8/05-custom-policy.ipynb +++ b/notebooks/api/0.8/05-custom-policy.ipynb @@ -254,7 +254,7 @@ }, "outputs": [], "source": [ - "func = domain_client.code[-1]" + "func = request.code" ] }, {