From 8a6e22eee9fbed569ca3cc635aa90e3449f1223c Mon Sep 17 00:00:00 2001 From: Sairam Vengala Date: Fri, 24 Nov 2023 14:47:25 +0530 Subject: [PATCH] Updating Sairam Vengala Contributor Affiliation Updating company affiliation after deciding to contribute as an independent contributor. This patch adds the end date of my previous company and adds my independent affiliation. Change-Id: I6fd51d35f54dc7c0b76a1f9131a31e621814905b --- etc/default_data.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/default_data.json b/etc/default_data.json index 1f9505a5d..47fbf6e35 100644 --- a/etc/default_data.json +++ b/etc/default_data.json @@ -29450,8 +29450,11 @@ "companies": [ { "company_name": "NEC", + "end_date": "2023-Nov-24" + }, + { "company_name": "*independent", "end_date": null - } + } ], "user_name": "Sairam", "emails": ["sairamvengala007@gmail.com"]