Closed cchaeyoung closed 2 weeks ago
getSequence
nextSequence
undefined
const nextSequence = await getSequence(token); if (!nextSequence) return; requestBody = { type: 7, sequence: nextSequence + 1, style: 1, schedule: [newSchedule], };
2024.10.31
์์ ์ฌํญ
getSequence
ํธ์ถ ํnextSequence
๊ฐ ํ์ธํ์ฌ ํ์ ์๋ฌ ๋ฐฉ์งnextSequence
๊ฐundefined
์ผ ๊ฒฝ์ฐ ์กฐ๊ธฐ ๋ฆฌํด ์ถ๊ฐ๋ฏธ๋ฆฌ๋ณด๊ธฐ, ์ฌ์ฉ๋ฐฉ๋ฒ ๋ฐ ๊ฒฐ๊ณผ๋ฌผ
๊ธฐํ
์์ฑ์ผ
2024.10.31