Compare commits

...

3 Commits

Author SHA1 Message Date
Justin 912b33fb41 add changes 2025-01-28 22:08:28 -06:00
Justin 7cacf5b798 fixed spelling issues 2025-01-28 22:05:18 -06:00
Justin ef26b5e974 Making sure the json is working 2025-01-28 21:52:52 -06:00
4 changed files with 15 additions and 5 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
~$Copy of MVBC BCB Directory 2022'.xlsx

View File

@ -0,0 +1,9 @@
[
{
"name": "Justin Frasier",
"title": "Test",
"extension": "1234",
"exterior": "318-234-1234"
}
]

View File

@ -1,16 +1,16 @@
[
{
"name": "Justin Frasier",
"title": "Test",
"extension": "1234",
"exiterior": "318-234-1234"
"name": "Michele Curtis",
"title": "Director of Risk & Compliance",
"extension": "None",
"exterior": "318-426-2965"
},
{
"name": "Justin Frasier",
"title": "Test",
"extension": "1234",
"exiterior": "318-234-1234"
"exterior": "318-234-1234"
}