Skip to content

Commit

Permalink
chore: staged changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed Feb 1, 2024
1 parent 158c885 commit 7cae3ba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/constants/codes/2024/2024-01.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ export const data2024_01: DatabaseCode[] = [
492165, 492095, 492999, 492977, 492953, 492944, 492943, 492909, 492907,
492830, 492805, 492783, 492777, 492714, 492694, 492689, 492638, 492632,
492497, 492485, 267300, 316533, 488560, 397112, 384304, 282377, 266713,
493323, 493312, 493240, 493045, 493028, 493887, 493810, 493808, 430828,
493752, 493592, 493580, 493511, 493433, 365096,
]
6 changes: 6 additions & 0 deletions src/core/constants/codes/2024/2024-02.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import type { DatabaseCode } from '$core/@types/DatabaseCode'

export const data2024_02: DatabaseCode[] = [
494443, 494375, 494259, 494246, 494223, 494221, 494202, 324533, 494186,
494185, 494172, 494092, 494083, 493988, 466073, 486130, 493958, 493887,
]
2 changes: 2 additions & 0 deletions src/core/constants/codes/2024/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { data2024_01 } from './2024-01'
import { data2024_02 } from './2024-02'

import type { DatabaseCode } from '$core/@types/DatabaseCode'

export const year2024 = ([] as DatabaseCode[])
.concat(data2024_01)
.concat(data2024_02)

0 comments on commit 7cae3ba

Please sign in to comment.