parent
80f1f929c9
commit
a08c2cfa22
|
|
@ -7,9 +7,7 @@ module.exports = async (ctx) => {
|
|||
const month = current.getMonth() + 1;
|
||||
const link = `https://www.google.com/doodles?hl=${language}`;
|
||||
|
||||
const {
|
||||
data: { data },
|
||||
} = await axios({
|
||||
const { data } = await axios({
|
||||
method: 'get',
|
||||
url: `https://www.google.com/doodles/json/${year}/${month}?hl=${language}`,
|
||||
headers: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue