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 96bad95 commit 097a4f4Copy full SHA for 097a4f4
get/src/codes.ts
@@ -1,9 +1,7 @@
1
import { getOrcicornShiftCodes } from './source/orcicorn';
2
-import { getFextralifeShiftCodes } from './source/fextralife';
3
import { getCodeVaultShiftCodes } from './source/codevault';
4
5
export async function * getShiftCodes() {
6
- yield * getFextralifeShiftCodes();
7
- yield * getOrcicornShiftCodes();
8
yield * getCodeVaultShiftCodes();
+ yield * getOrcicornShiftCodes();
9
}
get/src/source/fextralife.ts
0 commit comments