Skip to content

refactor: restructure collaborative server database configuration and…#433

Open
Artmadiar wants to merge 1 commit intoyoopta-editor:feature/collaborative-2-custom-serverfrom
Artmadiar:feature/collaborative-2-custom-server
Open

refactor: restructure collaborative server database configuration and…#433
Artmadiar wants to merge 1 commit intoyoopta-editor:feature/collaborative-2-custom-serverfrom
Artmadiar:feature/collaborative-2-custom-server

Conversation

@Artmadiar
Copy link
Copy Markdown
Contributor

… migrations

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please tick the relevant option.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • I have performed a self-review of my own code
  • I have commented on my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have checked my code and corrected any misspellings
@vercel
Copy link
Copy Markdown

vercel bot commented Jan 3, 2025

@Artmadiar is attempting to deploy a commit to the dargo's projects Team on Vercel.

A member of the Team first needs to authorize it.

public value!: any;
public meta!: any;
public documentId!: string;
public value!: any; // json []
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if we are expecting a JSON array, could we type this as Record<string, any>[], same with meta below, but just as Record<string, any>.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants