feat:timestamp for detail
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Rama Priyanto 2026-02-27 09:11:52 +07:00
parent eb77a23bc9
commit 82c35be814
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ export async function updateArticle(id: string, data: any) {
return await httpPut(pathUrl, headers, data);
}
export async function getArticleById(id: any, timeStamp: any) {
export async function getArticleById(id: any, timeStamp?: any) {
const headers = {
"content-type": "application/json",
};