Skip to content

Commit

Permalink
Revert to "referal"
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Apr 12, 2024
1 parent 739e935 commit 41683c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ ignore-hidden = false
[default]
extend-ignore-re = [
"[0-9A-Za-z]{34}",
"name: 'referal'",
"getRepository\\('referal'\\)",
"label: 'FO Language', value: 'fo'",
"649c83111c9cbe6ba1d4cabe",
"hYy9pRFVxpDsO1FB05SunFWUe9JZY",
"lod6JEdKyPlvrnErdnrGa",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export type ReferralSchema = Referral & {
}

export const ReferralEntity = new EntitySchema<ReferralSchema>({
name: 'referral',
name: 'referal',
columns: {
...BaseColumnSchemaPart,
referredUserId: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ describe('Authentication API', () => {
const responseBody = response?.json()

const referral = await databaseConnection
.getRepository('referral')
.getRepository('referal')
.findOneBy({
referredUserId: responseBody?.id,
})
Expand Down

0 comments on commit 41683c9

Please sign in to comment.