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() {
@NotQueryable()
@StringColumn(255, {
description: 'Twitter ID',
required: true,
})
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