Skip to content

Commit 0dd6247

Browse files
authored
Update createScheduleId function implementation
Replaced the commented-out createScheduleId function with a new implementation that uses getSecureBase36.
1 parent dcdee60 commit 0dd6247

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/components/Announcements/platforms/slashdot

src/components/Announcements/platforms/slashdot/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ const getSecureBase36 = length => {
138138
}
139139
return chars.join('');
140140
};
141-
142141
const createScheduleId = () =>
143142
`schedule-${Date.now().toString(36)}-${getSecureBase36(6)}`;
144143
// const createScheduleId = () =>

0 commit comments

Comments
 (0)