Skip to content

Commit

Permalink
feat: add data override for last meetup
Browse files Browse the repository at this point in the history
  • Loading branch information
Slashgear committed Nov 14, 2024
1 parent 153fd86 commit 06c5df6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/data-override.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import type { Event } from '../modules/event/types';
import { bedrock, indy, leWagon, malt, shodo, smile, wanadev, wildCodeSchool, zenika } from './sponsors';
import { bedrock, indy, leWagon, malt, shodo, smile, theodo, wanadev, wildCodeSchool, zenika } from './sponsors';

export const dataOverride: { [key: string]: Partial<Event> } = {
'https://www.meetup.com/lyonjs/events/304182290': {
sponsor: theodo,
},
'https://www.meetup.com/lyonjs/events/303395273': {
sponsor: shodo,
talks: [
Expand Down

0 comments on commit 06c5df6

Please sign in to comment.