Commit b762f619 authored by nanahira's avatar nanahira

Update src/entities/whitelist-account.entity.ts

parent 23862051
Pipeline #36486 passed with stages
in 3 minutes and 15 seconds
...@@ -30,7 +30,6 @@ export class WhitelistAccount extends IdBase() { ...@@ -30,7 +30,6 @@ export class WhitelistAccount extends IdBase() {
@NotQueryable() @NotQueryable()
@StringColumn(255, { @StringColumn(255, {
description: 'Twitter ID', description: 'Twitter ID',
required: true,
}) })
twitter: string; twitter: string;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment