/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/getstarted/src/api/relation-locale/services/relation-locale.js
9 строк
195 B
Josh
fix: dont merge the state if the ID changes
03 мар 2023, 17:17
03 мар 2023, 17:17
f4f2b5a
Код
Авторство
О чём код?
'use strict'; /** * relation-locale service */ const { createCoreService } = require('@strapi/strapi').factories; module.exports = createCoreService('api::relation-locale.relation-locale');