You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Server: Add support for sharing notes via a link
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import BaseModel from '../BaseModel';
|
||||
import { ResourceLocalStateEntity } from '../services/database/types';
|
||||
const { Database } = require('../database.js');
|
||||
import Database from '../database';
|
||||
|
||||
export default class ResourceLocalState extends BaseModel {
|
||||
static tableName() {
|
||||
|
||||
Reference in New Issue
Block a user