mirror of
https://github.com/nestriness/nestri.git
synced 2026-08-01 17:34:15 +03:00
fix: Remove dead code
This commit is contained in:
@@ -8,24 +8,6 @@ export const id = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export const teamID = {
|
|
||||||
get id() {
|
|
||||||
return ulid("id").notNull();
|
|
||||||
},
|
|
||||||
get teamID() {
|
|
||||||
return ulid("team_id").notNull();
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
export const memberID = {
|
|
||||||
get id() {
|
|
||||||
return ulid("id").notNull();
|
|
||||||
},
|
|
||||||
get userID() {
|
|
||||||
return ulid("member_id").notNull();
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
export const utc = (name: string) =>
|
export const utc = (name: string) =>
|
||||||
rawTs(name, {
|
rawTs(name, {
|
||||||
withTimezone: true,
|
withTimezone: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user