chore: Move to prettier standard double quotes (#1309)
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
// @flow
|
||||
import { takeRight } from 'lodash';
|
||||
import { User, Document, Attachment } from '../models';
|
||||
import { getSignedImageUrl } from '../utils/s3';
|
||||
import presentUser from './user';
|
||||
import { takeRight } from "lodash";
|
||||
import { User, Document, Attachment } from "../models";
|
||||
import { getSignedImageUrl } from "../utils/s3";
|
||||
import presentUser from "./user";
|
||||
|
||||
type Options = {
|
||||
isPublic?: boolean,
|
||||
|
Reference in New Issue
Block a user