Skip to content

Commit

Permalink
Fix species for foxes, vulpes vulpes fulva (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 authored Jul 27, 2023
1 parent 0c8563a commit 4147f08
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alveusgg/data",
"version": "0.17.2",
"version": "0.17.3",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
Expand Down
16 changes: 8 additions & 8 deletions src/ambassadors/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,8 @@ const ambassadors = {
name: "Fenn",
alternate: [],
class: Class.Mammalia,
species: "European Red Fox",
scientific: "Vulpes vulpes",
species: "American Red Fox",
scientific: "Vulpes vulpes fulva",
sex: "Male",
birth: "2020",
arrival: "2022-11",
Expand All @@ -506,8 +506,8 @@ const ambassadors = {
mission:
"He is an ambassador for the exploitation of wildlife in the pet trade and the fur trade.",
native: {
text: "North America, Europe, Asia, North Africa (forests, grasslands, mountains)",
source: "https://en.wikipedia.org/wiki/Red_fox",
text: "North America",
source: "https://en.wikipedia.org/wiki/American_red_fox",
},
clips: [
{ id: "670RYU2Xw98", caption: "Fenn Digs Up A Friend In The Enclosure" },
Expand All @@ -525,8 +525,8 @@ const ambassadors = {
name: "Reed",
alternate: [],
class: Class.Mammalia,
species: "European Red Fox",
scientific: "Vulpes vulpes",
species: "American Red Fox",
scientific: "Vulpes vulpes fulva",
sex: "Male",
birth: "2019",
arrival: "2022-11",
Expand All @@ -541,8 +541,8 @@ const ambassadors = {
mission:
"He is an ambassador for the exploitation of wildlife in the pet trade and the fur trade.",
native: {
text: "North America, Europe, Asia, North Africa (forests, grasslands, mountains)",
source: "https://en.wikipedia.org/wiki/Red_fox",
text: "North America",
source: "https://en.wikipedia.org/wiki/American_red_fox",
},
clips: [
{ id: "ClWtgsoWta0", caption: "Reed Gets Weighed With Target Training" },
Expand Down

0 comments on commit 4147f08

Please sign in to comment.