Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
MattieTK committed May 18, 2020
1 parent 7b8d582 commit b00d26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const getDomain = async function (vercelKey: string, domain: string): Promise<Ve

const getRecordID = async function (name: string, recordList: VercelRecordList): Promise<VercelRecord> {
if (name !== undefined) {
console.log("Checking sudbomain :: ", name)
console.log("Checking subdomain :: ", name)
return recordList.records.filter(record => record.name == name)[0]
}
else {
Expand Down

0 comments on commit b00d26b

Please sign in to comment.