We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd6247 commit 329ca4fCopy full SHA for 329ca4f
1 file changed
src/components/Announcements/platforms/slashdot/index.jsx
@@ -138,8 +138,7 @@ const getSecureBase36 = length => {
138
}
139
return chars.join('');
140
};
141
-const createScheduleId = () =>
142
- `schedule-${Date.now().toString(36)}-${getSecureBase36(6)}`;
+const createScheduleId = () => `schedule-${Date.now().toString(36)}-${getSecureBase36(6)}`;
143
// const createScheduleId = () =>
144
// `schedule-${Date.now().toString(36)}-${Math.random()
145
// .toString(36)
0 commit comments