feat: redeploy
This commit is contained in:
parent
c740da360b
commit
78e1a14388
|
|
@ -75,7 +75,7 @@ export class UsersController {
|
|||
}
|
||||
|
||||
@Get('/personal')
|
||||
async getPersonal(@GetUserFromRequest() user: User) {
|
||||
async getPersonalInformation(@GetUserFromRequest() user: User) {
|
||||
return this._userService.getPersonal(user.id);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ export async function postWorkflow({
|
|||
return;
|
||||
}
|
||||
|
||||
// if it's a repeatable post, we should ignore this
|
||||
// if it's a repeatable post, we should ignore this.
|
||||
if (!postNow) {
|
||||
if (dayjs(post.publishDate).isBefore(dayjs())) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue