no message
This commit is contained in:
parent
21813ffd07
commit
9636ee6691
1 changed files with 2 additions and 2 deletions
|
|
@ -1352,7 +1352,7 @@ export class CommandController extends Controller {
|
||||||
let type: string = "OFFICER"
|
let type: string = "OFFICER"
|
||||||
try {
|
try {
|
||||||
const response_ = await axios.get(
|
const response_ = await axios.get(
|
||||||
process.env.API_URL + `/retirement/update-status/${type}/${today.getFullYear()+1}`,
|
process.env.API_URL + `/retirement/update-status/${type}/${today.getFullYear()}`,
|
||||||
{
|
{
|
||||||
headers: {
|
headers: {
|
||||||
Authorization: `Bearer ${adminToken}`,
|
Authorization: `Bearer ${adminToken}`,
|
||||||
|
|
@ -1384,7 +1384,7 @@ export class CommandController extends Controller {
|
||||||
type = "EMPLOYEE"
|
type = "EMPLOYEE"
|
||||||
try {
|
try {
|
||||||
const response_ = await axios.get(
|
const response_ = await axios.get(
|
||||||
process.env.API_URL + `/retirement/update-status/${type}/${today.getFullYear()+1}`,
|
process.env.API_URL + `/retirement/update-status/${type}/${today.getFullYear()}`,
|
||||||
{
|
{
|
||||||
headers: {
|
headers: {
|
||||||
Authorization: `Bearer ${adminToken}`,
|
Authorization: `Bearer ${adminToken}`,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue